From b8115f2a5fb5c1940f8c186c81b1e31c36c1bd27 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Thu, 9 Oct 2008 19:31:31 +0200
Subject: update: make the variable "progress" static

---
 src/update.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/update.c b/src/update.c
index c4842f142..de709ce4b 100644
--- a/src/update.c
+++ b/src/update.c
@@ -36,7 +36,7 @@ enum update_return {
 	UPDATE_RETURN_UPDATED = 1
 };
 
-enum update_progress {
+static enum update_progress {
 	UPDATE_PROGRESS_IDLE = 0,
 	UPDATE_PROGRESS_RUNNING = 1,
 	UPDATE_PROGRESS_DONE = 2
-- 
cgit v1.2.3