summaryrefslogtreecommitdiff
path: root/src/dedicated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dedicated.cpp')
-rw-r--r--src/dedicated.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dedicated.cpp b/src/dedicated.cpp
index 1905fa498..d142edc0c 100644
--- a/src/dedicated.cpp
+++ b/src/dedicated.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file dedicated.cpp */
+
#include "stdafx.h"
#ifdef ENABLE_NETWORK
@@ -43,7 +45,7 @@ void DedicatedFork(void)
}
default:
- // We're the parent
+ /* We're the parent */
printf("Loading dedicated server...\n");
printf(" - Forked to background with pid %d\n", pid);
exit(0);