diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 13:54:15 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 13:54:15 +0100 |
commit | 2a3e9e2f0880068c1f5e13585b4854d29c5865bb (patch) | |
tree | 6e0e572cfdae95694e08c76545f342c855be24f5 /FICS/movecheck.c | |
parent | 255dc4c6a82ef9fa20d1bba2bc7663ebc883ad59 (diff) |
Updated the revision history
Diffstat (limited to 'FICS/movecheck.c')
-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 1cd9ecc..fdee350 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/03/16 Refactored and reformatted + functions. */ #include "stdinclude.h" |