add missing newline

This commit is contained in:
mrdudz 2022-11-28 06:34:05 +01:00
parent 61ee5fe1d5
commit bad961b36f
1 changed files with 1 additions and 1 deletions

View File

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