mirror of
https://github.com/Comp211-SP24/lab-01-Rushilwiz.git
synced 2025-04-09 14:30:19 -04:00
fix: was it a spacing thing?
This commit is contained in:
parent
319eb38650
commit
0cd2cf2c39
|
@ -34,9 +34,9 @@ int main() {
|
|||
}
|
||||
|
||||
printf("Total lines over 50 chars: %d\n", total);
|
||||
printf("Offending lines: ");
|
||||
printf("Offending lines:");
|
||||
for (int i = 0; i < total; i++) {
|
||||
printf("%d, ", lines[i]);
|
||||
printf(" %d,", lines[i]);
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user