Whitespace

This commit is contained in:
svdijk 2013-03-24 18:12:14 +01:00
parent 346d9873f0
commit 41d89c7171
2 changed files with 3 additions and 3 deletions

View file

@ -2404,8 +2404,8 @@ static char local_server_netadr_strings[MAX_LOCAL_SERVERS][80];
void
M_AddToServerList(netadr_t adr, char *info)
{
int i;
char *s;
int i;
if (m_num_servers == MAX_LOCAL_SERVERS)
{

View file

@ -754,7 +754,7 @@ WriteGame(const char *filename, qboolean autosave)
int i;
char str_ver[32];
char str_game[32];
char str_os[32];
char str_os[32];
char str_arch[32];
if (!autosave)
@ -778,7 +778,7 @@ WriteGame(const char *filename, qboolean autosave)
strncpy(str_ver, SAVEGAMEVER, sizeof(str_ver));
strncpy(str_game, GAMEVERSION, sizeof(str_game));
strncpy(str_os, OS, sizeof(str_os));
strncpy(str_arch, ARCH, sizeof(str_arch));
strncpy(str_arch, ARCH, sizeof(str_arch));
fwrite(str_ver, sizeof(str_ver), 1, f);
fwrite(str_game, sizeof(str_game), 1, f);