https://github.com/geany/geany/pull/3121/commits/194a0f6aae7fc99edd6a4d95fb1... 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; \ ^ ```