194a0f6 fixes a compile error.

sciwrappers.c:752:2: error: non-void function 'sci_get_contents' should return a value [-Wreturn-type]
        g_return_if_fail(buffer_len != 0);
        ^
/usr/local/include/glib-2.0/glib/gmessages.h:639:9: note: expanded from macro 'g_return_if_fail'
        return; \
        ^


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3121/c1029733959@github.com>