summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/comments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/comments.c b/pttbbs/mbbsd/comments.c
index 726339c3..e6b28714 100644
--- a/pttbbs/mbbsd/comments.c
+++ b/pttbbs/mbbsd/comments.c
@@ -266,10 +266,10 @@ int CommentsDeleteFromTextFile(void *ctx, int i, const char *reason)
}
return 0;
}
-#endif
const struct CommentKeyReq *CommentsGetKeyReq(void *ctx)
{
CommentsCtx *c = (CommentsCtx *)ctx;
return &c->key;
}
+#endif