summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-23 14:17:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-23 14:17:31 +0000
commit2b79c34977e7254801ddee62dd096cb56bb2ee33 (patch)
tree9153e87124dd8c9195f0e6830f2ecf76db6ffb3b /riscos
parenta16586c9b795aabead419c97ab35871a0f9c3fc0 (diff)
downloadnetsurf-2b79c34977e7254801ddee62dd096cb56bb2ee33.tar.gz
netsurf-2b79c34977e7254801ddee62dd096cb56bb2ee33.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=4190
Diffstat (limited to 'riscos')
-rw-r--r--riscos/filetype.c2
1 files changed, 1 insertions, 1 deletions
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;