Fix several VC++ warnings
git-svn-id: svn://svn.cc65.org/cc65/trunk@39 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -169,7 +169,7 @@ void ObjClose (void)
|
||||
|
||||
|
||||
|
||||
void ObjWrite8 (unsigned char V)
|
||||
void ObjWrite8 (unsigned V)
|
||||
/* Write an 8 bit value to the file */
|
||||
{
|
||||
if (putc (V, F) == EOF) {
|
||||
|
||||
Reference in New Issue
Block a user