summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2010-12-04 20:40:10 +0000
committerSimon Howard2010-12-04 20:40:10 +0000
commit0194038cac0092499668d849a300eaffaa448421 (patch)
treefa5ef975394b40c67d73011bd04050b2717a82e8 /src
parent863afa816738407f639618fb43659b97dcc3430d (diff)
downloadchocolate-doom-0194038cac0092499668d849a300eaffaa448421.tar.gz
chocolate-doom-0194038cac0092499668d849a300eaffaa448421.tar.bz2
chocolate-doom-0194038cac0092499668d849a300eaffaa448421.zip
Fix formatting for -masterquery to match -search.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2191
Diffstat (limited to 'src')
-rw-r--r--src/d_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d_main.c b/src/d_main.c
index c0804b5d..2f787694 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -852,9 +852,9 @@ void D_DoomMain (void)
if (M_CheckParm("-masterquery"))
{
- printf("\nSearching for servers on Internet ...\n\n");
+ printf("\nSearching for servers on Internet ...\n");
p = NET_MasterQuery(NET_QueryPrintCallback, NULL);
- printf("%i server(s) found.\n", p);
+ printf("\n%i server(s) found.\n", p);
exit(0);
}