Minor typo fix ("(%d0" to "(%d)")

This commit is contained in:
Adam Olsen 2001-07-22 04:53:19 +00:00
parent 7e8c75f7c9
commit 1422163099

View file

@ -302,7 +302,7 @@ SV_PreSpawn_f (void)
// the user
// spawns. These functions are written to not overflow
if (host_client->num_backbuf) {
SV_Printf ("WARNING %s: [SV_PreSpawn] Back buffered (%d0, clearing",
SV_Printf ("WARNING %s: [SV_PreSpawn] Back buffered (%d), clearing",
host_client->name, host_client->netchan.message.cursize);
host_client->num_backbuf = 0;
SZ_Clear (&host_client->netchan.message);