Commit b8115f2a authored by Max Kellermann's avatar Max Kellermann

update: make the variable "progress" static

parent da7166bd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment