diff options
-rw-r--r-- | util/cbfstool/fmaptool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/fmaptool.c b/util/cbfstool/fmaptool.c index c3b4a673a1c5..1eda82262e09 100644 --- a/util/cbfstool/fmaptool.c +++ b/util/cbfstool/fmaptool.c @@ -126,7 +126,7 @@ int main(int argc, char **argv) // Optional const char *header_filename; const char *region_filename; - } args = {NULL}; + } args = {NULL, NULL, NULL, NULL}; bool show_usage = false; int each_arg; |