X-Git-Url: http://git.droids-corp.org/?p=libcmdline.git;a=blobdiff_plain;f=src%2Fextension_example%2Fparse_obj_list.c;h=34772b971f5595c80a7a1c8756796769af91ad58;hp=9869e09c7c2d2f3c0d69eab87d084554d34e75ce;hb=0a09866300194a46a58ff4dc0b837e01305f4444;hpb=ecfbaef01c8717a0b2c09f0d0ef9ad0666d92de6 diff --git a/src/extension_example/parse_obj_list.c b/src/extension_example/parse_obj_list.c index 9869e09..34772b9 100644 --- a/src/extension_example/parse_obj_list.c +++ b/src/extension_example/parse_obj_list.c @@ -66,7 +66,7 @@ parse_obj_list(cmdline_parse_token_hdr_t *tk, const char *buf, void *res, if (res) *(struct object **)res = o; - return token_len; + return 0; } static int