diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-11-21 08:20:51 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-11-21 08:20:51 +0100 |
| commit | eeaf62eba40b81604c1208d4d74bdeebfccd6e15 (patch) | |
| tree | b284900f85c88c7442b2f54af027b37c4fa94f34 /bfc.c | |
| parent | 036663873024fb364a913d01c101bac1c733e629 (diff) | |
| download | bfc-eeaf62eba40b81604c1208d4d74bdeebfccd6e15.tar.gz bfc-eeaf62eba40b81604c1208d4d74bdeebfccd6e15.tar.bz2 bfc-eeaf62eba40b81604c1208d4d74bdeebfccd6e15.zip | |
Fixing #1
Diffstat (limited to 'bfc.c')
| -rw-r--r-- | bfc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ static size_t label_stack_frame = 0; int main(int argc, char *argv[]) { - int option; + // int option; /* while ((option = getopt(argc, argv, "So:b:")) != -1) */ /* { */ @@ -100,7 +100,7 @@ int main(int argc, char *argv[]) c = fgetc(input_file); break; default: - // error + break; } } fprintf(output_file, "\n"); |
