diff options
Diffstat (limited to 'FICS/board.c')
| -rw-r--r-- | FICS/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/board.c b/FICS/board.c index a119604..589fca9 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -1379,6 +1379,8 @@ wild_update(int style) PUBLIC void wild_init(void) { + (void) fprintf(stderr, "FICS: %s()\n", __func__); + wild_update(1); wild_update(2); wild_update(3); |
