mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
cd_sdl.c: fix typo.
This commit is contained in:
parent
8e6c3f7bf8
commit
25ffe6bc3e
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ I_CDAudio_Resume (void)
|
|||
return;
|
||||
|
||||
if (SDL_CDResume (cd_id))
|
||||
Sys_MaskPrintf (SYS_SND, "CDAudio_Resume: Failed tp resume track.\n");
|
||||
Sys_MaskPrintf (SYS_SND, "CDAudio_Resume: Failed to resume track.\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue