diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 06b88cd2f..4d5f6c8dd 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -737,7 +737,7 @@ save_temp_source (EphyEmbed *embed) char *tmp, *base; EphyEmbedPersist *persist; - char *static_temp_dir; + const char *static_temp_dir; static_temp_dir = ephy_file_tmp_directory (); if (static_temp_dir == NULL) |