diff options
Diffstat (limited to 'lib/ephy-file-helpers.h')
-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 3366af330..2785b6cfa 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -34,7 +34,7 @@ void ephy_file_helpers_init (void); void ephy_file_helpers_shutdown (void); -char *ephy_file_tmp_directory (void); +const char *ephy_file_tmp_directory (void); char *ephy_file_tmp_filename (const char *base, const char *extension); |