summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 4dc5438e..c8f69baf 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -438,7 +438,7 @@ static int
a_pastetagpost(menu_t * pm, int mode)
{
fileheader_t fhdr;
- boardheader_t *bh;
+ boardheader_t *bh = NULL;
int ans = 0, ent = 0, tagnum;
char title[TTLEN + 1] = "¡º ";
char dirname[200], buf[200];