X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=8d171bde93170dd110ffe4d1b480dc313a8c61de;hp=2c37c0625c373ee0b50301d6b9733d41f46fe0f3;hb=cb193b91d68778125739fe129d49f3c5f4abf999;hpb=cc7f7074962bce9644168284877fcabad02b512c diff --git a/mood.c b/mood.c index 2c37c062..8d171bde 100644 --- a/mood.c +++ b/mood.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 Andre Noll + * Copyright (C) 2007 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -30,7 +30,7 @@ struct afs_statistics { int64_t num_played_sum; /** Sum of last played times over all admissible files. */ int64_t last_played_sum; - /** Quadratic deviation of num played time. */ + /** Quadratic deviation of num played count. */ int64_t num_played_qd; /** Quadratic deviation of last played time. */ int64_t last_played_qd;