Skip to content

Commit 31de58b

Browse files
committed
SnapTimeSyncDynamicSinceStart
1 parent f4e9a14 commit 31de58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/SnapTimeSync.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ class SnapTimeSyncDynamicSinceStart : public SnapTimeSync {
122122

123123
void updateServerTime(uint32_t serverMillis) override {
124124
if (update_count == 0){
125-
start_time = SnapTimePoints(serverMillis)
125+
start_time = SnapTimePoints(serverMillis);
126126
}
127-
current_time = SnapTimePoints(serverMillis)
127+
current_time = SnapTimePoints(serverMillis);
128128
update_count++;
129129
active = true;
130130
}

0 commit comments

Comments
 (0)