1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

add missing newline

This commit is contained in:
mrdudz 2022-11-28 06:34:05 +01:00
parent 61ee5fe1d5
commit bad961b36f

View File

@ -6,4 +6,4 @@ unsigned char info_signature[3] = {3, 21, 63 | 0x80};
int main(void)
{
return 0;
}
}