1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-24 09:29:07 +00:00

Fixed a comment

git-svn-id: svn://svn.cc65.org/cc65/trunk@1933 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-02-06 21:32:48 +00:00
parent a8810a464d
commit b8ab2e23e4

View File

@ -52,7 +52,7 @@
typedef unsigned o65_size;
/* Define a structure with the sid register offsets */
/* Define a structure that defines the o65 file header */
typedef struct o65_header o65_header;
struct o65_header {
char marker[2]; /* Non-C64 marker */