[LIB]: conf_fprintf.indent needs more than one bit...

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-06-07 16:15:03 -03:00
parent 8ca9c293f1
commit 9cc29c8181
1 changed files with 1 additions and 1 deletions

View File

@ -391,11 +391,11 @@ struct conf_fprintf {
int32_t type_spacing;
int32_t name_spacing;
uint32_t base_offset;
uint8_t indent;
uint8_t expand_types:1;
uint8_t rel_offset:1;
uint8_t emit_stats:1;
uint8_t show_decl_info:1;
uint8_t indent:1;
uint8_t show_only_data_members:1;
uint8_t no_semicolon:1;
};