From 88cb0c9d205552ba3f2531d0d6380f7d9f15c4f7 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 28 Apr 2017 07:38:47 -0400 Subject: Fix signature of other notification backends Why isn't this a compiler error in the first place.. --- src/fe-gtk/notifications/notification-osx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-gtk/notifications/notification-osx.m') diff --git a/src/fe-gtk/notifications/notification-osx.m b/src/fe-gtk/notifications/notification-osx.m index c9ad72d0..75aaf777 100644 --- a/src/fe-gtk/notifications/notification-osx.m +++ b/src/fe-gtk/notifications/notification-osx.m @@ -37,7 +37,7 @@ notification_backend_show (const char *title, const char *text) } int -notification_backend_init (void) +notification_backend_init (const char **error) { return 1; } -- cgit 1.4.1