From e2efda19df7a52f11a9c9ed421ac34e6804b30d4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 4 Mar 2003 11:59:36 +0000 Subject: [project @ 2003-03-04 11:59:35 by bursa] More compiler warning fixes. svn path=/import/netsurf/; revision=104 --- content/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/cache.c') diff --git a/content/cache.c b/content/cache.c index 30a39053b..f9dd4e4f5 100644 --- a/content/cache.c +++ b/content/cache.c @@ -1,5 +1,5 @@ /** - * $Id: cache.c,v 1.1 2003/02/09 12:58:14 bursa Exp $ + * $Id: cache.c,v 1.2 2003/03/04 11:59:35 bursa Exp $ */ #include @@ -67,7 +67,7 @@ void cache_quit(void) * cache_get -- retrieve url from memory cache or disc cache */ -struct content * cache_get(char * const url) +struct content * cache_get(const char * const url) { struct cache_entry *e; -- cgit v1.2.3