Commit 16955095 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winefile: Remove dead initialization (clang).

parent 513c9c2f
...@@ -1178,7 +1178,7 @@ static int (*sortFunctions[])(const void* arg1, const void* arg2) = { ...@@ -1178,7 +1178,7 @@ static int (*sortFunctions[])(const void* arg1, const void* arg2) = {
static void SortDirectory(Entry* dir, SORT_ORDER sortOrder) static void SortDirectory(Entry* dir, SORT_ORDER sortOrder)
{ {
Entry* entry = dir->down; Entry* entry;
Entry** array, **p; Entry** array, **p;
int len; int len;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment