summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_core.c')
-rw-r--r--desktop/history_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/history_core.c b/desktop/history_core.c
index 11db6b7f9..95d28fb3d 100644
--- a/desktop/history_core.c
+++ b/desktop/history_core.c
@@ -224,7 +224,7 @@ struct history_entry *history_clone_entry(struct history *history,
*/
void history_add(struct history *history, hlcache_handle *content,
- char *frag_id)
+ const char *frag_id)
{
struct history_entry *entry;
char *url;