We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c920c commit 25412d2Copy full SHA for 25412d2
src/gui/about.c
@@ -22,7 +22,7 @@
22
#include "osx/osx.h"
23
#endif
24
25
-void darktable_show_about_dialog()
+void darktable_show_about_dialog(void)
26
{
27
GtkWidget *dialog = gtk_about_dialog_new();
28
gtk_widget_set_name (dialog, "about-dialog");
src/gui/about.h
@@ -16,4 +16,4 @@
16
along with darktable. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
-void darktable_show_about_dialog();
+void darktable_show_about_dialog(void);
0 commit comments