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

add newline at the end

This commit is contained in:
Bob Andrews 2023-10-17 20:39:15 +02:00 committed by GitHub
parent 8111946731
commit 3e60268243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,4 @@ int main(void) {
}
return failures;
}
}