Small warnings cleanup

on behalf of Afli; see issue 823
This commit is contained in:
Oliver Duis
2011-07-03 16:25:47 +02:00
parent 6ae84717bd
commit 488aba1dd2
2 changed files with 2 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ static void _printHeader(
if (fp != stderr) {
fprintf(fp, "Feel free to place comments here.\n\n\n");
fprintf(fp, "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
fprintf(fp, warning_line);
fprintf(fp, "%s", warning_line);
fprintf(fp, "\n");
}
fprintf(fp, "------------------------------\n");