From 320cd87bc27b124e1f26ba4caeebf977d70cadd8 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Sat, 12 Jun 2021 19:02:52 +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 aec72cb..f49238e 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -77,7 +77,7 @@ void pixel(
     dout.write(pkt);
 }
 
-int stegno(int c,int data){
+int stegno(int data){
 
 		int addNum=charIn%10;
 		charIn=(int)charIn/10;
-- 
GitLab