From 80949616e53bcc960ebc375f067d612b1f608f11 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 1 May 2018 08:16:31 +1000 Subject: Bug [#2012]. Use '0' instead of '0l'. --- cocoa/ScintillaCocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index e21f147af..a7e2cff65 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -887,7 +887,7 @@ sptr_t ScintillaCocoa::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lPar } catch (...) { errorStatus = SC_STATUS_FAILURE; } - return 0l; + return 0; } //-------------------------------------------------------------------------------------------------- -- cgit v1.2.3