diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-16 14:19:02 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-16 14:19:02 +0100 |
commit | 4a3f9ff9ae0218a571c43ca90617d50b8018b83b (patch) | |
tree | 33bf67a170e7097f57f547e67c484b1b2cae4343 /FICS/gameproc.c | |
parent | 280ae55e52adc930723f5b0fa8dbc9cf695c1a3a (diff) |
Updated the revision history
Diffstat (limited to 'FICS/gameproc.c')
-rw-r--r-- | FICS/gameproc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FICS/gameproc.c b/FICS/gameproc.c index 23f6851..2050a42 100644 --- a/FICS/gameproc.c +++ b/FICS/gameproc.c @@ -19,9 +19,10 @@ /* Revision history: name email yy/mm/dd Change - Richard Nash 93/10/22 Created + Richard Nash 93/10/22 Created Dave Herscovici 95/11/26 Split into two files; - Second is obsproc.c. + Second is 'obsproc.c'. + Markus Uhlin 23/12/16 Fixed compiler warnings */ #include "stdinclude.h" |