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'. --- gtk/ScintillaGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 2326a54cc..a720e403b 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -870,7 +870,7 @@ sptr_t ScintillaGTK::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam } catch (...) { errorStatus = SC_STATUS_FAILURE; } - return 0l; + return 0; } sptr_t ScintillaGTK::DefWndProc(unsigned int, uptr_t, sptr_t) { -- cgit v1.2.3