diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-05 18:34:27 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-05 18:34:27 +0200 |
commit | 88a301c9511a3a11115cf4b854d7731d00e591a5 (patch) | |
tree | 5fa8b3798b9071a2aa65e7f6cffb9b0fc5537cb0 /FICS | |
parent | 7b03b25c2a173d5c1a9bffa25c847376f417b4ae (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/movecheck.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/movecheck.c b/FICS/movecheck.c index 37612f8..38255d5 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -23,6 +23,8 @@ Markus Uhlin 23/12/14 Fixed compiler warnings Markus Uhlin 23/12/17 Fixed compiler warnings Markus Uhlin 23/12/24 Fixed dead assignment + Markus Uhlin 24/05/05 Refactored and reformatted all + functions. */ #include "stdinclude.h" |