Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  test-genrandom: Add newline to usage string
  • Loading branch information
Junio C Hamano committed Apr 25, 2009
2 parents a766829 + f06b9f1 commit 86e081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-genrandom.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main(int argc, char *argv[])
unsigned char *c;

if (argc < 2 || argc > 3) {
fprintf( stderr, "Usage: %s <seed_string> [<size>]", argv[0]);
fprintf(stderr, "Usage: %s <seed_string> [<size>]\n", argv[0]);
return 1;
}

Expand Down

0 comments on commit 86e081a

Please sign in to comment.