diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index 752cf70bd..e64c74ec7 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -53,7 +53,7 @@ const char * ephy_file (const char *filename); const char * ephy_dot_dir (void); void ephy_file_helpers_shutdown (void); char * ephy_file_downloads_dir (void); -char * ephy_file_get_downloads_dir (void); +char * ephy_file_get_downloads_dir (void); char * ephy_file_desktop_dir (void); const char * ephy_file_tmp_dir (void); char * ephy_file_tmp_filename (const char *base, |