Loading src/tool_urlglob.c +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ typedef enum { } GlobCode; #define GLOBERROR(string, column, code) \ glob->error = string, glob->pos = column, code; glob->error = string, glob->pos = column, code void glob_cleanup(URLGlob* glob); Loading tests/unit/unit1395.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,6 @@ UNITTEST_START free(out); } return fails; fail_if(fails, "output mismatched"); UNITTEST_STOP Loading
src/tool_urlglob.c +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ typedef enum { } GlobCode; #define GLOBERROR(string, column, code) \ glob->error = string, glob->pos = column, code; glob->error = string, glob->pos = column, code void glob_cleanup(URLGlob* glob); Loading
tests/unit/unit1395.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,6 @@ UNITTEST_START free(out); } return fails; fail_if(fails, "output mismatched"); UNITTEST_STOP