]> granicus.if.org Git - graphviz/commitdiff
squash -Wcomment warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Oct 2020 21:18:12 +0000 (14:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 02:16:10 +0000 (19:16 -0700)
lib/common/input.c

index 6b91cb58dd3d2fa68999d202a46886beeeb5f381..003268f029ef74e7a33b935f489f3e13e19af601 100644 (file)
@@ -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);