[Libreoffice-commits] .: registry/tools
François Tigeot
ftigeot at kemper.freedesktop.org
Mon Apr 18 08:11:05 PDT 2011
registry/tools/checksingleton.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 88e93df29dd4e41ba859510af0b328a0d21e5fde
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Mon Apr 18 10:13:28 2011 +0200
Fix a typo.
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index 9d4704c..02122ea 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -231,7 +231,7 @@ static sal_Bool checkSingletons(Options_Impl const & options, RegistryKey& singl
return bRet;
}
-#if (defined UNX) (defined __MINGW32__)
+#if (defined UNX) || (defined __MINGW32__)
int main( int argc, char * argv[] )
#else
int _cdecl main( int argc, char * argv[] )
More information about the Libreoffice-commits
mailing list