Avoid an additional warning

This commit is contained in:
Pierre Pronchery 2015-11-22 23:37:07 +01:00
parent 6593155b59
commit d78f5d900d

View File

@ -326,6 +326,8 @@ static void _noteswindow_on_help_about(gpointer data)
/* noteswindow_on_help_contents */
static void _noteswindow_on_help_contents(gpointer data)
{
(void) data;
desktop_help_contents(PACKAGE, PROGNAME);
}
#endif