From b8ab2e23e4b587811b9e93c5a42f709c480bed3e Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 6 Feb 2003 21:32:48 +0000 Subject: [PATCH] Fixed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@1933 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/o65.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/o65.h b/include/o65.h index 3f12a8fc5..148b60b4e 100644 --- a/include/o65.h +++ b/include/o65.h @@ -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 */ -- 2.39.5