From 0040482cc4f37813d5ee4b30219ea2fb2a26fcea Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 17 Oct 2020 14:18:12 -0700 Subject: [PATCH] squash -Wcomment warning --- lib/common/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0