Fix typo
This commit is contained in:
parent
f30ace1476
commit
54a798ad2e
|
|
@ -217,7 +217,7 @@ Error handler for jump/call to invalid instruction number
|
|||
=================
|
||||
*/
|
||||
|
||||
static void NO_RETURN ErrJump(unsigned num)
|
||||
static void Q_NO_RETURN ErrJump(unsigned num)
|
||||
{
|
||||
Com_Error(ERR_DROP, "program tried to execute code outside VM (%x)", num);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user