summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Main.cpp')
-rw-r--r--Stars45/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/Main.cpp b/Stars45/Main.cpp
index f2ba122..e7fc64a 100644
--- a/Stars45/Main.cpp
+++ b/Stars45/Main.cpp
@@ -64,9 +64,9 @@ LPSTR lpCmdLine, int nCmdShow)
int do_server = 0;
if (strstr(lpCmdLine, "-server"))
- ErrLog = fopen("serverlog.txt", "w");
+ ErrLog = fopen("serverlog.txt", "w");
else
- ErrLog = fopen("errlog.txt", "w");
+ ErrLog = fopen("errlog.txt", "w");
PrintLogHeader();