Fixed a few compiler warnings

git-svn-id: svn://svn.cc65.org/cc65/trunk@935 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-09-15 12:00:43 +00:00
parent e67f4dcbd6
commit 0b5c5e2e36
3 changed files with 4 additions and 3 deletions

View File

@@ -70,7 +70,8 @@ static const char* LibName = 0;
/* The library header */
static LibHeader Header = {
LIB_MAGIC,
LIB_VERSION
LIB_VERSION,
0, 0
};