diff options
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r-- | mbbsd/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c index 7976342e..786db7aa 100644 --- a/mbbsd/cache.c +++ b/mbbsd/cache.c @@ -605,7 +605,7 @@ void addbrd_touchcache(void) void reset_board(int bid) /* XXXbid: from 1 */ { /* Ptt: 這樣就不用老是touch board了 */ - int fd, nuser; + int fd; boardheader_t *bhdr; if (--bid < 0) |