diff options
Diffstat (limited to 'string-list.h')
-rw-r--r-- | string-list.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/string-list.h b/string-list.h index 494693898b..bda6983983 100644 --- a/string-list.h +++ b/string-list.h @@ -5,8 +5,7 @@ struct string_list_item { char *string; void *util; }; -struct string_list -{ +struct string_list { struct string_list_item *items; unsigned int nr, alloc; unsigned int strdup_strings:1; |