Skip to content

Commit

Permalink
Space for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok authored and arr2036 committed Mar 12, 2014
1 parent 475804e commit c32d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/conffile.c
Expand Up @@ -1868,7 +1868,7 @@ static int cf_section_read(char const *filename, int *lineno, FILE *fp,
filename, *lineno);

EDEBUG("%s", start);
EDEBUG("%.*s^%s", (int) offset, spbuf, error);
EDEBUG("%.*s^ %s", (int) offset, spbuf, error);
free(spbuf);
return -1;
}
Expand Down

0 comments on commit c32d2b6

Please sign in to comment.