Skip to content

Commit

Permalink
Merge pull request allinurl#1385 from kAworu/parser-typo-fix
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
allinurl authored Feb 24, 2019
2 parents 565372d + 71c624a commit 28b2a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ output_logerrors (GLog * glog)
return;

fprintf (stderr, ERR_PARSED_NLINES, glog->log_erridx);
fprintf (stderr, "%s:\n\n", ERR_PARSED_NLINES_DESC);
fprintf (stderr, " %s:\n\n", ERR_PARSED_NLINES_DESC);

for (i = 0; i < glog->log_erridx; ++i)
fprintf (stderr, "%s\n", glog->errors[i]);
Expand Down

0 comments on commit 28b2a4a

Please sign in to comment.