mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Squash warning
svn path=/trunk/netsurf/; revision=4190
This commit is contained in:
parent
a16586c9b7
commit
2b79c34977
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user