diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/gameproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/gameproc.c b/FICS/gameproc.c index b386090..ce6e5b5 100644 --- a/FICS/gameproc.c +++ b/FICS/gameproc.c @@ -745,7 +745,7 @@ int Check50MoveRule (int p, int g) return 0; } -char * +PRIVATE char * GetFENpos(int g, int half_move) { if (half_move < 0) |