diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-30 14:05:03 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-30 14:05:03 +0100 |
commit | 7486608b78e9bb343446e4bf8071ebb4fe1d1e6e (patch) | |
tree | 4fdc7c30f715c5e20fcf4830cbaa157ed0f3a9f0 | |
parent | 45e924f50ef6385d436556c3a519d7483a619c4c (diff) |
Updated the revision history
-rw-r--r-- | FICS/gameproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/gameproc.c b/FICS/gameproc.c index fc62ac8..a2751cf 100644 --- a/FICS/gameproc.c +++ b/FICS/gameproc.c @@ -24,6 +24,8 @@ Second is 'obsproc.c'. Markus Uhlin 23/12/16 Fixed compiler warnings Markus Uhlin 24/01/04 Fixed pprintf_prompt() calls + Markus Uhlin 24/03/30 Refactored and reformatted all + functions. */ #include "stdinclude.h" |