diff options
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 6e631de76..5b3e95b12 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1427,7 +1427,7 @@ create_language_section (EphyDialog *dialog) } static char* -get_download_button_label () +get_download_button_label (void) { char *key, *label, *downloads_path, *converted_dp; |