dtdocbook: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
207253b401
commit
1227dabec4
@@ -306,7 +306,7 @@ int *flagp
|
||||
char *ret;
|
||||
char *br;
|
||||
char *ender;
|
||||
int parno;
|
||||
int parno = 0;
|
||||
int flags;
|
||||
|
||||
*flagp = HASWIDTH; /* Tentatively. */
|
||||
|
||||
Reference in New Issue
Block a user