diff options
Diffstat (limited to 'updates.go')
-rw-r--r-- | updates.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ func addUpdate(pid int, action uint, song *Song) { listeners[pid] = nil } -// assumes locked +// assumes caller has updateLock func checkUpdates(pid int, timestamp int64) *Update { pup, _ := headUpdates[pid] for pup != nil { |