diff options
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index bfe66ae3..ebe3a500 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1701,7 +1701,7 @@ mark_post(int ent, fileheader_t * fhdr, char *direct) inc_goodpost(searchuser(fhdr->owner), fhdr->recommend / 10); } else if (fhdr->recommend > 9) - inc_goodpost(searchuser(fhdr->owner), -1 * (fhdr->ecommend / 10)); + inc_goodpost(searchuser(fhdr->owner), -1 * (fhdr->recommend / 10)); } #endif |