Fix misspelled function name output_destroy_notify
This commit is contained in:
parent
b5e30f356a
commit
b20926c1f8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ output_frame_notify(struct wl_listener *listener, void *data)
|
|||
}
|
||||
|
||||
static void
|
||||
output_destroy_nofity(struct wl_listener *listener, void *data)
|
||||
output_destroy_notify(struct wl_listener *listener, void *data)
|
||||
{
|
||||
struct kiwmi_output *output = wl_container_of(listener, output, destroy);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue