mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
add a \n to the grab failed message
This commit is contained in:
parent
c9f0652a95
commit
ff577f1175
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ grab_error (int code, const char *device)
|
|||
reason = "unknown reason";
|
||||
break;
|
||||
}
|
||||
Con_Printf ("failed to grab %s: %s", device, reason);
|
||||
Con_Printf ("failed to grab %s: %s\n", device, reason);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue