]> git.sur5r.net Git - cc65/blobdiff - src/ca65/objfile.c
Fix several VC++ warnings
[cc65] / src / ca65 / objfile.c
index b3218feb3a178412e399eab2a05d0dbc07768b84..b79ff097047477067d23f3fd870cceb66692507e 100644 (file)
@@ -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) {