]> git.pond.sub.org Git - empserver/blobdiff - include/player.h
Fix trailing whitespace
[empserver] / include / player.h
index 52edb3364362c471023beb5a79a76bff3d6e2f70..64c589fe14efceed9c7ce9a39c74752da531f651 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  player.h: Definitions for player information (threads)
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1994
  *     Doug Hay, 1998
@@ -76,7 +76,7 @@ struct player {
     int simulation;            /* e.g. budget command */
     double dolcost;
     time_t curup;              /* when last input was received */
-    int aborted;               /* interrupt cookie received? */
+    int aborted;               /* interrupt cookie or EOF received? */
     int eof;                   /* EOF (cookie or real) received? */
     int recvfail;              /* #recvclient() failures */
     int curid;                 /* for pr, cur. line's id, -1 none */