Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tests: optionally skip bin-wrappers/
[gitweb.git]
/
help.h
diff --git
a/help.h
b/help.h
index 9eab6a3f898f22630e628b0aed209fc79a273434..a141e209aea22b19f12c5e27435c5ed773488177 100644
(file)
--- a/
help.h
+++ b/
help.h
@@
-15,7
+15,7
@@
struct cmdnames {
static inline void mput_char(char c, unsigned int num)
{
- while(num--)
+ while
(num--)
putchar(c);
}