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 d90d457e..15ab19db 100644 --- a/src/history.c +++ b/src/history.c @@ -77,7 +77,7 @@ int a_History_add_url(DilloUrl *url) /* * Return the DilloUrl field (by index) */ -DilloUrl *a_History_get_url(int idx) +const DilloUrl *a_History_get_url(int idx) { _MSG("a_History_get_url: "); /* History_show(); */ |