]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_stats.cpp
Fix crash
[user/henk/code/inspircd.git] / src / commands / cmd_stats.cpp
index d952350eaeee66c449c03307a6811d5732aff4cc..6ff764cf623e9fe7dd638c129574163a2d1d2d20 100644 (file)
@@ -20,6 +20,7 @@
        #endif
 #else
        #include <psapi.h>
+       #include "inspircd_win32wrapper.h"
        #pragma comment(lib, "psapi.lib")
 #endif
 
@@ -87,11 +88,9 @@ DllExport void DoStats(InspIRCd* ServerInstance, char statschar, User* user, str
                }
                break;
 
+               /* These stats symbols must be handled by a linking module */
                case 'n':
                case 'c':
-               {
-                       /* This stats symbol must be handled by a linking module */
-               }
                break;
        
                case 'i':