view: fix build warning

This commit is contained in:
Johan Malm 2021-10-18 20:06:47 +01:00
parent 806fdb08bd
commit e7da5f21e9

View 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