fix a case and paste error

This commit is contained in:
Bill Currie 2001-09-28 15:29:56 +00:00
parent 89fbacdc78
commit 30f6d2f85c

View file

@ -330,7 +330,7 @@ Sys_Error (const char *error, ...)
va_end (argptr);
#ifdef WIN32
MessageBox (NULL, text, "Error", 0 /* MB_OK */ );
MessageBox (NULL, string, "Error", 0 /* MB_OK */ );
#endif
fprintf (stderr, "Fatal error: %s\n", string);