]> git.sur5r.net Git - cc65/blobdiff - src/cc65/error.h
Fixed wrong code generation for
[cc65] / src / cc65 / error.h
index b10d786c60b3f7528382f628a9e7df2aec3ea2fa..cc5ddc73307bf68ccfaa7444d47b416729577d05 100644 (file)
@@ -76,7 +76,7 @@ void PPError (const char* Format, ...) attribute ((format (printf, 1, 2)));
 void Fatal (const char* Format, ...) attribute ((noreturn, format (printf, 1, 2)));
 /* Print a message about a fatal error and die */
 
-void Internal (char* Format, ...) attribute ((noreturn, format (printf, 1, 2)));
+void Internal (const char* Format, ...) attribute ((noreturn, format (printf, 1, 2)));
 /* Print a message about an internal compiler error and die. */
 
 void ErrorReport (void);