diff options
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r-- | mbbsd/announce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c index e420d6f4..b549a252 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -911,7 +911,7 @@ isvisible_man(const menu_t * me) return 1; } int -a_menu(const char *maintitle, char *path, int lastlevel, char *trans_buffer) +a_menu(const char *maintitle, const char *path, int lastlevel, char *trans_buffer) { static char Fexit; // ¥Î¨Ó¸õ¥X recursion menu_t me; |