1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

added linefeeds

This commit is contained in:
mrdudz
2014-11-24 20:35:35 +01:00
parent e3fdbc0a4b
commit a0a03e5f73
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ int main(void)
}
printf("error: should not come here\n");
return EXIT_FAILURE;
}
}