vendor/jsl-0.3.0/src/jsl.c in distil-0.10.3 vs vendor/jsl-0.3.0/src/jsl.c in distil-0.10.4

- old
+ new

@@ -1811,10 +1811,10 @@ ProcessSettingErr_Garbage: fclose(file); return LintConfError(cx, path, lineno, "invalid include setting: garbage after path"); } */ - } + } else if (strncasecmp(linepos, "output-format", strlen("output-format")) == 0) { linepos += strlen("output-format"); /* skip whitespace */ if (!*linepos || !isspace(*linepos)) {