From 6af523692a21cec852f3fd5230f67e3c24ea6215 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Wed, 16 Jun 2021 22:08:13 +0000
Subject: [PATCH] Update pixel.cpp

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

diff --git a/pixel.cpp b/pixel.cpp
index 931dd75..f0ffa15 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -76,3 +76,4 @@ long long toAscii(int c) {
     long long bin = convert(c);
     return bin;
 }
+
-- 
GitLab