Skip to content

Commit

Permalink
Fix a mistake in the formatting of the Usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Apr 19, 2016
1 parent 24f401d commit 56d8178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geojson.c
Original file line number Diff line number Diff line change
Expand Up @@ -2758,8 +2758,10 @@ int main(int argc, char **argv) {
}
}
if (width + 16 >= 80) {
fprintf(stderr, " [file.json ...]");
fprintf(stderr, "\n ");
width = 8;
}
fprintf(stderr, " [file.json ...]");
}
exit(EXIT_FAILURE);
}
Expand Down

0 comments on commit 56d8178

Please sign in to comment.