diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-18 10:13:28 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-18 17:08:34 +0200 |
commit | 513d5a796ed81aeadae598b221060ef9f15e2a42 (patch) | |
tree | fe70c9fdc63f1acf44a632397f56877b8cf92412 /registry | |
parent | 35e1b53c7e6176315257cae9434ec4364262282c (diff) |
Fix a typo.
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/checksingleton.cxx | 2 |
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[] ) |