]> git.sur5r.net Git - cc65/blobdiff - src/cc65/stmt.c
Changed names of the pragmas to be identical to the corresponding command line
[cc65] / src / cc65 / stmt.c
index 977971b01a98b1ad967f4cd56cd837323c991059..1f5a61ea4b785a00c424ff647accdb2debf0bfd7 100644 (file)
@@ -91,7 +91,7 @@ static void CheckTok (token_t Tok, const char* Msg, int* PendingToken)
  */
 {
     if (CurTok.Tok != Tok) {
-       Error (Msg);
+       Error ("%s", Msg);
     } else if (PendingToken) {
        *PendingToken = 1;
     } else {