diff options
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r-- | kbx/kbxutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index 08892310f..9b43584a6 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -92,7 +92,7 @@ static ARGPARSE_OPTS opts[] = { { oDebug, "debug" ,4|16, N_("set debugging flags")}, { oDebugAll, "debug-all" ,0, N_("enable full debugging")}, - {0} /* end of list */ + ARGPARSE_end () /* end of list */ }; |