ServerShutdownModule_GETTEXT() was failing on non-locale-aware systems, fixed
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 23 May 2011 19:38:00 +0000 (15:38 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 23 May 2011 19:38:00 +0000 (15:38 -0400)
webcit/gettext.c

index 43b8db26ed04bfcc9fbf110fee4f6162f39a1224..120f4bcfd42c5cec74e02ca7414da88cc5682755 100644 (file)
@@ -477,6 +477,7 @@ SessionDestroyModule_GETTEXT
 #ifdef ENABLE_NLS
        stop_selected_language();                               /* unset locale */
 #endif
+}
 
 void 
 ServerShutdownModule_GETTEXT
@@ -492,5 +493,3 @@ ServerShutdownModule_GETTEXT
 #endif
        if (!AvailLangLoaded) free(AvailLangLoaded);
 }
-
-}