diff options
-rw-r--r-- | server/server/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/server/main.cpp b/server/server/main.cpp index 262297e..98cec09 100644 --- a/server/server/main.cpp +++ b/server/server/main.cpp @@ -545,10 +545,8 @@ int main(int argc, char* argv[]) default: break; } -#endif - - } +#endif #ifndef WIN32 if(daemon) //going to background (only for unix-like systems now) { |