]> git.mdlowis.com Git - proto/labwc.git/commitdiff
view: fix build warning
authorJohan Malm <jgm323@gmail.com>
Mon, 18 Oct 2021 19:06:47 +0000 (20:06 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 18 Oct 2021 19:06:47 +0000 (20:06 +0100)
src/view.c

index f70e1bac4aa9561089a3c990c4f296b9882fc615..4f5832f6a2750bb26b1f9574ca5417ec158ece31 100644 (file)
@@ -404,6 +404,7 @@ view_get_string_prop(struct view *view, const char *prop)
        if (view->impl->get_string_prop) {
                return view->impl->get_string_prop(view, "title");
        }
+       return "";
 }
 
 void