]> git.pond.sub.org Git - empserver/commitdiff
Doc fix.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 6 Sep 2007 17:47:42 +0000 (17:47 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 6 Sep 2007 17:47:42 +0000 (17:47 +0000)
include/player.h

index 39ee2121432e01142fd81640e4c771fdeda915d4..e9f50267d68907df3143cc441e5c94072c684b57 100644 (file)
@@ -65,7 +65,7 @@ struct player {
     char combuf[1024];         /* command input buffer, UTF-8 */
     char *argp[128];           /* arguments, ASCII */
     char *condarg;             /* conditional, ASCII */
     char combuf[1024];         /* command input buffer, UTF-8 */
     char *argp[128];           /* arguments, ASCII */
     char *condarg;             /* conditional, ASCII */
-    time_t lasttime;           /* when to debit minleft again */
+    time_t lasttime;           /* when minleft was last debited */
     int ncomstat;
     int minleft;
     int btused;
     int ncomstat;
     int minleft;
     int btused;