diff options
Diffstat (limited to '1')
| -rw-r--r-- | 1/23.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ int main(int argc, char *argv[]) { comment = NONE; // try not to add redundant line breaks. if (s[i - 1] != '\n') - s[i] = '\n'; + s[i++] = '\n'; } else if (comment == MULTILC && curr == '/' && prev == '*') { comment = NONE; } |
