1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Add newline to end

This commit is contained in:
Dave Plummer 2023-09-17 18:12:30 -07:00
parent 2ad5f1b049
commit af2956284b

View File

@ -257,4 +257,5 @@ int main (void)
printf("\r\nPASS!\r\n");
return 1;
}
}