codiff: Fix thinko

Sigh, pushed publicly... </brownpaperbagtag>

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2009-07-06 14:00:44 -03:00
parent 9c0cb4939c
commit 97a6afe058
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ static int verbose;
static int show_terse_type_changes;
static struct conf_load conf_load = {
.get_addr_info = true;
.get_addr_info = true,
};
static struct strlist *structs_printed;