From 9cc29c8181461a84eae39cb2ec3037edce0e244d Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 7 Jun 2007 16:15:03 -0300 Subject: [PATCH] [LIB]: conf_fprintf.indent needs more than one bit... Signed-off-by: Arnaldo Carvalho de Melo --- dwarves.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwarves.h b/dwarves.h index 38b1717..d39b4dc 100644 --- a/dwarves.h +++ b/dwarves.h @@ -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; };