Fix lack of return from function (#14)

This commit is contained in:
Tadeo Kondrak 2019-12-29 03:39:53 -07:00 committed by Charlotte Meyer
parent 06debf11db
commit 83381498ff

View file

@ -42,6 +42,7 @@ view_surface_at(
if (view->impl->surface_at) {
return view->impl->surface_at(view, sx, sy, sub_x, sub_y);
}
return NULL;
}
void