We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0f47a commit 6151cb3Copy full SHA for 6151cb3
chapter01/1-14.c
@@ -56,6 +56,6 @@ int main(void)
56
for (i = 0; i <= MAXCHAR; ++i) /* print histogram labels */
57
if (characters[i] != EMPTY)
58
printf ("%c ", i + '0');
59
- printf("\n");
+ printf("\n");
60
return 0;
61
}
0 commit comments