diff options
Diffstat (limited to 'mbbsd/voteboard.c')
-rw-r--r-- | mbbsd/voteboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/voteboard.c b/mbbsd/voteboard.c index 73cc0742..17f1f945 100644 --- a/mbbsd/voteboard.c +++ b/mbbsd/voteboard.c @@ -3,7 +3,7 @@ #define VOTEBOARD "NewBoard" void -do_voteboardreply(fileheader_t * fhdr) +do_voteboardreply(const fileheader_t * fhdr) { char genbuf[256]; char reason[36]=""; |