diff options
Diffstat (limited to 'src/history.c')
-rw-r--r-- | src/history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history.c b/src/history.c index 7819e58e..49dbb966 100644 --- a/src/history.c +++ b/src/history.c @@ -92,7 +92,7 @@ const char *a_History_get_title(int idx, int force) * Return the title camp (by url) * ('force' returns URL_STR when there's no title) */ -const char *a_History_get_title_by_url(DilloUrl *url, int force) +const char *a_History_get_title_by_url(const DilloUrl *url, int force) { int i; |