From eb257542c11b328cb45410e5956c846075ccb2a5 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Sat, 4 Dec 2010 17:19:48 +0000 Subject: [PATCH] Misc --- src/remote/server/os/win32/srvr_w32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/server/os/win32/srvr_w32.cpp b/src/remote/server/os/win32/srvr_w32.cpp index 0238d13502..1727249919 100644 --- a/src/remote/server/os/win32/srvr_w32.cpp +++ b/src/remote/server/os/win32/srvr_w32.cpp @@ -275,7 +275,7 @@ int WINAPI WinMain(HINSTANCE hThisInst, HINSTANCE /*hPrevInst*/, LPSTR lpszArgs, iscLogException("Server error", ex); } - fb_shutdown(5*1000 /*5 seconds*/, fb_shutrsn_no_connection); + fb_shutdown(5 * 1000 /*5 seconds*/, fb_shutrsn_no_connection); } else if (!(server_flag & SRVR_non_service)) {