Squash warning

svn path=/trunk/netsurf/; revision=4190
This commit is contained in:
John Mark Bell 2008-05-23 14:17:31 +00:00
parent a16586c9b7
commit 2b79c34977

View File

@ -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;