add a \n to the grab failed message

This commit is contained in:
Bill Currie 2003-04-09 16:38:17 +00:00
parent c9f0652a95
commit ff577f1175

View file

@ -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