summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
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;