Skip to content

Commit e946078

Browse files
committed
fixed typo
1 parent 1030cd3 commit e946078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ int main() {
1717

1818
for (int i = 0; i < ARRSIZ; ++i)
1919
printf("%d ", arr[i]);
20-
putchar('\0');
20+
putchar('\n');
2121
}

0 commit comments

Comments
 (0)