fix a typo

This commit is contained in:
Bill Currie 2001-07-18 20:49:57 +00:00
parent 5c31fbf366
commit 5a86b66054
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ PR_LoadDebug (progs_t *pr)
}
pr->debug->crc = LittleShort (pr->debug->crc);
if (pr->debug->crc != pr->crc) {
Sys_Printf ("ignoring %s that doesn't match %s. (crcs: sys:%d dat:%d)",
Sys_Printf ("ignoring %s that doesn't match %s. (crcs: sym:%d dat:%d)",
sym_path,
pr->progs_name,
pr->debug->crc,