From 2b79c34977e7254801ddee62dd096cb56bb2ee33 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 23 May 2008 14:17:31 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=4190 --- riscos/filetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/filetype.c') diff --git a/riscos/filetype.c b/riscos/filetype.c index 6a44efefc..c70407fad 100644 --- a/riscos/filetype.c +++ b/riscos/filetype.c @@ -319,7 +319,7 @@ bits ro_filetype_from_unix_path(const char *unix_path) { unsigned int len = strlen(unix_path) + 100; char *path = calloc(len, 1); - char *r, *slash; + char *r; os_error *error; bits file_type; -- cgit v1.2.3