Removed unused label

This commit is contained in:
Ole Loots 2014-09-13 14:24:42 +02:00
parent d7f479070e
commit 31bece790b

View File

@ -86,7 +86,6 @@ const char *fetch_filetype(const char *unix_path)
} }
} }
error:
LOG(("mime type: %s", res )); LOG(("mime type: %s", res ));
return( res ); return( res );
} }