update: make the variable "progress" static

This commit is contained in:
Max Kellermann 2008-10-09 19:31:31 +02:00
parent da7166bdd2
commit b8115f2a5f

View File

@ -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