During our refactor with tedu@ tb@ and myself we moved the score file to the
authormestre <mestre@openbsd.org>
Fri, 24 Aug 2018 11:31:17 +0000 (11:31 +0000)
committermestre <mestre@openbsd.org>
Fri, 24 Aug 2018 11:31:17 +0000 (11:31 +0000)
user's home folder and setgid was removed. Therefore it's not possible to have a
single score file with all the users anymore but we forgot to change a comment
that still implied that.

Suggested by tb@ to just delete the comment.

games/canfield/cfscores/cfscores.c

index 48f507c..3b919fe 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cfscores.c,v 1.23 2016/01/08 20:23:54 mestre Exp $    */
+/*     $OpenBSD: cfscores.c,v 1.24 2018/08/24 11:31:17 mestre Exp $    */
 /*     $NetBSD: cfscores.c,v 1.3 1995/03/21 15:08:37 cgd Exp $ */
 
 /*
@@ -81,9 +81,6 @@ main(int argc, char *argv[])
        return 0;
 }
 
-/*
- * print out info for specified password entry
- */
 void
 printuser(void)
 {