]> granicus.if.org Git - graphviz/commitdiff
Fix edgepaint -o option
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 25 Sep 2020 06:08:03 +0000 (08:08 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 2 Oct 2020 12:47:16 +0000 (14:47 +0200)
cmd/edgepaint/edgepaintmain.c

index 3c19e11e4fac4d71a7ae35569d8c278ec20a10db..99aa94522938b13e49c828d6c6a8506169aa676d 100644 (file)
@@ -114,7 +114,7 @@ static void init(int argc, char *argv[], real *angle, real *accuracy, char **inf
   *color_scheme = "lab";
   *lightness = NULL;
 
-  while ((c = getopt(argc, argv, ":vc:a:s:r:l:o")) != -1) {
+  while ((c = getopt(argc, argv, ":vc:a:s:r:l:o:")) != -1) {
     switch (c) {
     case 's':
       *check_edges_with_same_endpoint = 1;