mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a typo
This commit is contained in:
parent
5c31fbf366
commit
5a86b66054
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue