From: Matthew Fernandez Date: Sat, 17 Oct 2020 21:18:12 +0000 (-0700) Subject: squash -Wcomment warning X-Git-Tag: 2.46.0~20^2^2~16^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0040482cc4f37813d5ee4b30219ea2fb2a26fcea;p=graphviz squash -Wcomment warning --- diff --git a/lib/common/input.c b/lib/common/input.c index 6b91cb58d..003268f02 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -326,7 +326,7 @@ int dotneato_args_initialize(GVC_t * gvc, int argc, char **argv) fprintf(stderr, "Perhaps \"dot -c\" needs to be run (with installer's privileges) to register the plugins?\n"); } else { - /* TODO: Detect empty results from gvplugin_list() and prompt to configure with '-c' /* + /* TODO: Detect empty results from gvplugin_list() and prompt to configure with '-c' */ /* fprintf(stderr, "Use one of:%s\n", gvplugin_list(gvc, API_layout, val)); */ char *lyts; lyts = gvplugin_list(gvc, API_layout, val);