X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fprogress.c;h=3da69852d3267ab2895a4d2ae3f4b9d27920ee19;hp=937856cd5e738857b4fbe48759caa01b1004f598;hb=e3fb2ec5dfac3bcad7e8aeb36597fffce6ea7443;hpb=00dc3157e5aad8ca5b8f76153d46ef2c24eab964 diff --git a/src/progress.c b/src/progress.c index 937856cd..3da69852 100644 --- a/src/progress.c +++ b/src/progress.c @@ -96,7 +96,7 @@ static int current_impl_locked; int valid_progress_implementation_p (const char *name) { - int i = 0; + int i; struct progress_implementation *pi = implementations; char *colon = strchr (name, ':'); int namelen = colon ? colon - name : strlen (name);