aboutsummaryrefslogtreecommitdiff
path: root/common/updates.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/updates.h')
-rw-r--r--common/updates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/updates.h b/common/updates.h
index 3a3049d4df..812aac718e 100644
--- a/common/updates.h
+++ b/common/updates.h
@@ -50,7 +50,7 @@ public:
kUpdateIntervalNotSupported = 0,
kUpdateIntervalOneDay = 86400,
kUpdateIntervalOneWeek = 604800,
- kUpdateIntervalOneMonth = 2628000 // average seconds per month (60*60*24*365)/12
+ kUpdateIntervalOneMonth = 2628000 // average seconds per month (60*60*24*365)/12
};
UpdateManager() {}