diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/parser.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/parser.c b/src/parser.c index c2c6e23..6bf1294 100644 --- a/src/parser.c +++ b/src/parser.c @@ -157,10 +157,7 @@ int parser(Config *cfg) goto found; } -found: - if (0) { - } // label followed by declaration is a C23 extension - +found:; // label followed by declaration is a C23 extension FILE *f = fopen(path, "r"); if (!f) { fprintf(stderr, "sxwmrc: cannot open %s\n", path); |
