From 1ed4f7f14a28f9285a1b9313ba99b2cd9fef805b Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Tue, 22 Jun 2021 14:25:57 +0000
Subject: [PATCH] Update pixel.cpp

---
 pixel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pixel.cpp b/pixel.cpp
index 11fc4ad..3055d6f 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -18,7 +18,7 @@ void decrypt(int data);
 void toAscii(char *c);
 
 
-void pixel(char *key;
+void pixel(char *key,
         ap_int<32> selector,
 		ap_int<32> position1,
 		ap_int<32> position2,
-- 
GitLab