X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Ferror.h;h=cc5ddc73307bf68ccfaa7444d47b416729577d05;hb=dbb9a31fd908fe85fd9d4ccf1397564a3d027953;hp=b10d786c60b3f7528382f628a9e7df2aec3ea2fa;hpb=d341e0ad767e43518364bbcceb2dd2900f92ddb9;p=cc65 diff --git a/src/cc65/error.h b/src/cc65/error.h index b10d786c6..cc5ddc733 100644 --- a/src/cc65/error.h +++ b/src/cc65/error.h @@ -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);