From dfef4a750d95054571b8f8d978f655c83d87b6e4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 14 Jul 2021 02:15:56 -0700 Subject: Rename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT. The latter is what editcap calls --capture-comment, and the _NUM serves no purpose whatsoever. One #define name for it suffices. --- capture_opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.c') diff --git a/capture_opts.c b/capture_opts.c index 628fe60880..e87bc9f653 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -803,7 +803,7 @@ capture_opts_add_opt(capture_options *capture_opts, int opt, const char *optarg_ int status, snaplen; switch(opt) { - case LONGOPT_NUM_CAP_COMMENT: /* capture comment */ + case LONGOPT_CAPTURE_COMMENT: /* capture comment */ if (!capture_opts->capture_comment) { capture_opts->capture_comment = g_ptr_array_new_with_free_func(g_free); } -- cgit v1.2.3