diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-23 20:17:39 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-23 20:17:39 +0100 |
| commit | 2a59f55e8c0039374ce9f7bd55a25af95609b321 (patch) | |
| tree | e6aad1a361242883a0f8dd84187755b233e8090c /FICS/board.c | |
| parent | e69a766d7d72a3551dc8bde4926d98a06b4c7ee2 (diff) | |
Moved fprintf() calls and fixed hardcoded function names
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); |
