Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.6.0' into maint-1.6.1
author
Junio C Hamano
<gitster@pobox.com>
Sat, 25 Apr 2009 05:49:34 +0000
(22:49 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 25 Apr 2009 05:49:34 +0000
(22:49 -0700)
* maint-1.6.0:
test-genrandom: Add newline to usage string
test-genrandom.c
patch
|
blob
|
history
raw
(from parent 1:
a4d1797
)
diff --git
a/test-genrandom.c
b/test-genrandom.c
index 8cefe6cfed87c8fe0c11d1263dae01639d2bd0f0..8ad276d062d6b96e2d80d3fcb44e046287f34bf7 100644
(file)
--- a/
test-genrandom.c
+++ b/
test-genrandom.c
@@
-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;
}