X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fopt%2Ftest%2Futils.c;h=bafb67438247a6d381747731231fefaa3d9b6b4b;hp=6870af741b188034a5a5337ae3de66c880189d71;hb=f4b1f445a7b21b1599530afb897ef54efe15479d;hpb=d89e5744f30b584ac4909ce1164af1289c41359b diff --git a/ccan/opt/test/utils.c b/ccan/opt/test/utils.c index 6870af74..bafb6743 100644 --- a/ccan/opt/test/utils.c +++ b/ccan/opt/test/utils.c @@ -78,7 +78,7 @@ struct opt_table short_table[] = { struct opt_table long_table[] = { /* Long opts, different args. */ { OPT_WITHOUT_ARG("--ddd", test_noarg, "ddd"), "Description of ddd" }, - { OPT_WITH_ARG("--eee", test_arg, show_arg, "eee"), }, + { OPT_WITH_ARG("--eee ", test_arg, show_arg, "eee"), }, OPT_ENDTABLE };