diff options
Diffstat (limited to 'mbbsd/indict.c')
-rw-r--r-- | mbbsd/indict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/indict.c b/mbbsd/indict.c index deb9ba09..8b87e0e3 100644 --- a/mbbsd/indict.c +++ b/mbbsd/indict.c @@ -4,7 +4,7 @@ #define REFER "etc/dicts" static void -addword(char *database,char word[]) +addword(const char *database,char word[]) { char buf[150], a[3]; FILE *fp = fopen(database, "r+"); |