From e2138af2c3005f4424832501936d7da55e60bd7d Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 27 Mar 2024 17:01:37 +0100 Subject: removed comment --- 7ed.c | 2 -- i_validation.c | 2 +- test/smode | Bin 0 -> 32296 bytes 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100755 test/smode diff --git a/7ed.c b/7ed.c index 53ea8be..7ef9107 100644 --- a/7ed.c +++ b/7ed.c @@ -6,8 +6,6 @@ #include "input.h" #include -// Hej hej!! - #define VERSION 1 #define USAGE "7ed [OPTION] [FILENAME]\n" \ "\nVALID COMMAND-LINE OPTIONS:\n\n"\ diff --git a/i_validation.c b/i_validation.c index a83129c..3af5a10 100644 --- a/i_validation.c +++ b/i_validation.c @@ -172,7 +172,7 @@ int validate_L(char *smode_buf) { break; } - if (vcimm == TRUE_7ED) { + if (vcimm == TRUE_7ED) { // This is where L0 is caught printf("vcimm false\n"); diff --git a/test/smode b/test/smode new file mode 100755 index 0000000..ae7595a Binary files /dev/null and b/test/smode differ -- cgit v1.2.3