summaryrefslogtreecommitdiff
path: root/src/dedicated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dedicated.cpp')
-rw-r--r--src/dedicated.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dedicated.cpp b/src/dedicated.cpp
index 95b2a186a..cb760c208 100644
--- a/src/dedicated.cpp
+++ b/src/dedicated.cpp
@@ -32,7 +32,7 @@ void DedicatedFork()
exit(1);
case 0: { // We're the child
- FILE* f;
+ FILE *f;
/* Open the log-file to log all stuff too */
f = fopen(_log_file, "a");