diff options
Diffstat (limited to 'doc/yat2m.c')
-rw-r--r-- | doc/yat2m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c index e250db4d5..4ead165ae 100644 --- a/doc/yat2m.c +++ b/doc/yat2m.c @@ -755,7 +755,7 @@ static void finish_page (void) { FILE *fp; - section_buffer_t sect; + section_buffer_t sect = NULL; int idx; const char *s; int i; |