diff options
author | Tim Angus <tim@ngus.net> | 2006-12-03 23:23:08 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-12-03 23:23:08 +0000 |
commit | f783198e63949577ad68bc0e34815a4e7f8fcb24 (patch) | |
tree | 7b0fefdb2f65e284283f7aaa81e302dd9fedfb7b /src/client | |
parent | c79b33f5cf1c0fd0586f5aba1d325bfe171470f7 (diff) |
* Hi, my name is floam
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/cl_ui.c b/src/client/cl_ui.c index 91c1c6c1..c740d3e8 100644 --- a/src/client/cl_ui.c +++ b/src/client/cl_ui.c @@ -430,8 +430,8 @@ static int LAN_CompareServers( int source, int sortKey, int sortDir, int s1, int } hostName2[ i ] = '\0'; - res = Q_stricmp( hostName1, hostName2 ); - } + res = Q_stricmp( hostName1, hostName2 ); + } break; case SORT_MAP: |