We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c7d06 commit 5acea87Copy full SHA for 5acea87
help.h
@@ -15,7 +15,7 @@ struct cmdnames {
15
16
static inline void mput_char(char c, unsigned int num)
17
{
18
- while(num--)
+ while (num--)
19
putchar(c);
20
}
21
0 commit comments