1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00

Fixed comment.

This commit is contained in:
Oliver Schmidt 2013-06-21 12:36:37 +02:00
parent 578d2fe25d
commit c4c67b9205

View File

@ -33,7 +33,7 @@ void log (char *msg)
/* In a real-world overlay program one would probably not use a #pragma but
* rather place the all the code of certain source files into the overlay by
* rather place all the code of certain source files into the overlay by
* compiling them with --code-name OVERLAY1.
*/
#pragma code-name (push, "OVERLAY1");