summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-18 10:13:28 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-18 17:08:34 +0200
commit513d5a796ed81aeadae598b221060ef9f15e2a42 (patch)
treefe70c9fdc63f1acf44a632397f56877b8cf92412
parent35e1b53c7e6176315257cae9434ec4364262282c (diff)
Fix a typo.
-rw-r--r--registry/tools/checksingleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index 04152c59279b..e1995d6fdfd1 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[] )