From: Diogo Franco (Kovensky) Date: Fri, 26 Jul 2013 15:25:13 +0000 (-0300) Subject: anidb: Correct syntax error X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=99643448c16b1777d77cab20f671c748192f2b06;p=go-anidb.git anidb: Correct syntax error --- diff --git a/mylistcache.go b/mylistcache.go index 54d71c9..b004731 100644 --- a/mylistcache.go +++ b/mylistcache.go @@ -247,7 +247,7 @@ func (adb *AniDB) parseMylistReply(reply udpapi.APIReply) *MyListEntry { if mla.Cached.IsZero() { // as attractive as such an ancient mtime would be, // few filesystems can represent it; just make it old enough - mla.Cached = time.Unix(0, 0), + mla.Cached = time.Unix(0, 0) } Cache.Set(mla, key...)