Removed unused label

This commit is contained in:
Ole Loots 2014-09-13 14:24:42 +02:00
parent d7f479070e
commit 31bece790b
1 changed files with 0 additions and 1 deletions

View File

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