From 725416d6cd24ace63f4af15aab70c43fc60b5d8e Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Tue, 22 Jun 2021 14:01:54 +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 2703e9e..ade26af 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -17,7 +17,7 @@ int convertBinInt(long long n);
 void decrypt(int data);
 
 
-void pixel(char* key;
+void pixel(char *key;
         ap_int<32> selector,
 		ap_int<32> position1,
 		ap_int<32> position2,
-- 
GitLab