Skip to content

Commit 25412d2

Browse files
committed
explicit darktable_show_about_dialog(void) or callback check fails
1 parent f0c920c commit 25412d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gui/about.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "osx/osx.h"
2323
#endif
2424

25-
void darktable_show_about_dialog()
25+
void darktable_show_about_dialog(void)
2626
{
2727
GtkWidget *dialog = gtk_about_dialog_new();
2828
gtk_widget_set_name (dialog, "about-dialog");

src/gui/about.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
along with darktable. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
void darktable_show_about_dialog();
19+
void darktable_show_about_dialog(void);

0 commit comments

Comments
 (0)