]> sjero.net Git - wget/blobdiff - src/progress.c
[svn] Minor fixes prompted by `lint'.
[wget] / src / progress.c
index 9b42c47bdb71fc80cbdd73170c342795ac47e8b6..c4dd737e6d269df90baaef1ed951aee777663917 100644 (file)
@@ -64,7 +64,7 @@ static struct progress_implementation implementations[] = {
   { "bar", bar_create, bar_update, bar_finish, bar_set_params }
 };
 static struct progress_implementation *current_impl;
-int current_impl_locked;
+static int current_impl_locked;
 
 /* Progress implementation used by default.  Can be overriden in
    wgetrc or by the fallback one.  */