]> sjero.net Git - wget/blobdiff - src/log.c
[svn] Minor fixes prompted by `lint'.
[wget] / src / log.c
index a8ecebd4311b1d39f8f1bce4620f7e50cabb593f..f79c5eb4122e646e7e5259003aaae0a80697f2bf 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -53,8 +53,8 @@ static FILE *logfp;
 int save_log_p;
 
 /* Whether the log is flushed after each command. */
-int flush_log_p = 1;
-int needs_flushing;
+static int flush_log_p = 1;
+static int needs_flushing;
 
 /* In the event of a hang-up, and if its output was on a TTY, Wget
    redirects its output to `wget-log'.