Fix clang compile issue (#209)

This commit is contained in:
Leigh Scott 2018-01-30 10:09:43 +00:00 committed by Clement Lefebvre
parent d5ccae34be
commit 50b01551ac
1 changed files with 2 additions and 0 deletions

View File

@ -904,6 +904,8 @@ xed_utils_is_valid_location (GFile *location)
return is_valid; return is_valid;
} }
static GtkWidget *handle_builder_error (const gchar *message, ...) G_GNUC_PRINTF (1, 2);
static GtkWidget * static GtkWidget *
handle_builder_error (const gchar *message, handle_builder_error (const gchar *message,
...) ...)