1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

add missing newline

This commit is contained in:
mrdudz
2022-11-28 06:34:05 +01:00
parent 61ee5fe1d5
commit bad961b36f
+1 -1
View File
@@ -6,4 +6,4 @@ unsigned char info_signature[3] = {3, 21, 63 | 0x80};
int main(void)
{
return 0;
}
}