Fix lack of return from function (#14)
This commit is contained in:
parent
06debf11db
commit
83381498ff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue