Code cleanup

This commit is contained in:
Pierre Pronchery 2016-03-06 07:11:19 +01:00
parent eb0063078a
commit 9c9d26852a

View File

@ -1408,8 +1408,8 @@ static void _insert_all(Browser * browser, struct stat * lst, struct stat * st,
} }
else else
#endif #endif
*icon96 = browser_vfs_mime_icon(browser->mime, path, *type, lst, st, *icon96 = browser_vfs_mime_icon(browser->mime, path, *type, lst,
96); st, 96);
} }
} }