diff options
author | Oskar <[email protected]> | 2024-03-27 17:01:37 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-27 17:01:37 +0100 |
commit | e2138af2c3005f4424832501936d7da55e60bd7d (patch) | |
tree | 7a630014f387fb1565c8e4d5a110b35c8bc816d7 | |
parent | 817a46ef2eb88315e3bcecfe437d48e15106af84 (diff) |
removed comment
-rw-r--r-- | 7ed.c | 2 | ||||
-rw-r--r-- | i_validation.c | 2 | ||||
-rwxr-xr-x | test/smode | bin | 0 -> 32296 bytes |
3 files changed, 1 insertions, 3 deletions
@@ -6,8 +6,6 @@ #include "input.h" #include <stdint.h> -// 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 Binary files differnew file mode 100755 index 0000000..ae7595a --- /dev/null +++ b/test/smode |