fix typo.

This commit is contained in:
christos 2010-04-02 19:34:44 +00:00
parent 45b51608bd
commit ff4e4fcdee
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: command6.c,v 1.6 2010/04/02 15:35:32 christos Exp $ */
/* $NetBSD: command6.c,v 1.7 2010/04/02 19:34:44 christos Exp $ */
/*
* Copyright (c) 1983, 1993
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)com6.c 8.2 (Berkeley) 4/28/95";
#else
__RCSID("$NetBSD: command6.c,v 1.6 2010/04/02 15:35:32 christos Exp $");
__RCSID("$NetBSD: command6.c,v 1.7 2010/04/02 19:34:44 christos Exp $");
#endif
#endif /* not lint */
@ -127,7 +127,7 @@ post(int ch)
sigprocmask(SIG_BLOCK, &isigset, &osigset);
tv = time(NULL);
if (score_fp != NULL) {
fprintf(score_fp, "%24.24s %8s %c%20s", ctime(&t), username,
fprintf(score_fp, "%24.24s %8s %c%20s", ctime(&tv), username,
ch, rate());
if (wiz)
fprintf(score_fp, " wizard\n");