diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-23 16:48:54 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-24 12:22:20 +0300 |
commit | 95187d3bf48dbd14e4555f9a96987f4e5bcf9c22 (patch) | |
tree | 4db32102b05d41b096c0c0b90491541f9b02f52b /fpicker | |
parent | a5554ed5637aa3e2e7f49486513463077413efc5 (diff) |
WaE: extra tokens at end of #endif directive
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/aqua/CFStringUtilities.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/aqua/CFStringUtilities.hxx b/fpicker/source/aqua/CFStringUtilities.hxx index 7dc53a4b8502..093b049d8f8f 100644 --- a/fpicker/source/aqua/CFStringUtilities.hxx +++ b/fpicker/source/aqua/CFStringUtilities.hxx @@ -127,7 +127,7 @@ inline void DBG_PRINT_ENTRY(const char * classname, const char * methodname, con OSL_TRACE(">>> %s::%s%s%s = %d%s%s =", classname, methodname, PARAMFILLER, param1, value1, PARAMFILLER, param2, value2); #if OSL_DEBUG_LEVEL > 1 NSLog(value2); -#endif} +#endif } |