diff options
Diffstat (limited to 'mbbsd/more.c')
-rw-r--r-- | mbbsd/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/more.c b/mbbsd/more.c index 7110971e..18244e6b 100644 --- a/mbbsd/more.c +++ b/mbbsd/more.c @@ -2,7 +2,7 @@ #include "bbs.h" /* use new pager: piaip's more. */ -int more(char *fpath, int promptend) +int more(const char *fpath, int promptend) { int r = pmore(fpath, promptend); |