Signed-off-by: Amadeusz Sławiński <[email protected]>
---
 WINGs/wfilepanel.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/WINGs/wfilepanel.c b/WINGs/wfilepanel.c
index 0f12819..968dcc4 100644
--- a/WINGs/wfilepanel.c
+++ b/WINGs/wfilepanel.c
@@ -664,7 +664,6 @@ static void normalizePath(char *s)
 {
        int i, j, found;
 
-       found = 0;
        for (i = 0; s[i]; (void)(!found && i++)) {
                found = 0;
                if (s[i] == '/' && s[i+1] == '/') {
-- 
1.9.3


-- 
To unsubscribe, send mail to [email protected].

Reply via email to