0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quake2forge synced 2024-12-14 06:31:20 +00:00

- Fix incorrect function name in error message.

This commit is contained in:
Jamie Wilkinson 2002-12-23 08:15:36 +00:00
parent 27ab9f9b47
commit a3b38df57f

View file

@ -229,7 +229,7 @@ void *Sys_GetGameAPI (void *parms) {
setegid(getgid());
if (game_library)
Com_Error (ERR_FATAL, "Sys_GetGameAPI without Sys_UnloadingGame");
Com_Error (ERR_FATAL, "Sys_GetGameAPI without Sys_UnloadGame");
Com_Printf("------- Loading game.so -------\n");