diff --git a/src/icon.c b/src/icon.c index 74085512..943e2d84 100644 --- a/src/icon.c +++ b/src/icon.c @@ -422,7 +422,7 @@ static char *get_icon_cache_path(void) { const char *prefix; char *path; - int len, ret; + int ret; prefix = wuserdatapath(); path = wstrconcat(prefix, CACHE_ICON_PATH "/");