]> granicus.if.org Git - graphviz/commitdiff
lose the extra commas
authorellson <devnull@localhost>
Tue, 10 Nov 2009 04:34:06 +0000 (04:34 +0000)
committerellson <devnull@localhost>
Tue, 10 Nov 2009 04:34:06 +0000 (04:34 +0000)
cmd/smyrna/gui/beacon.c

index 26000d85b656cace5853fc615f51acac5c81e654..78ebab90a1ca68d9750b7bc5281938bc76872e07 100644 (file)
@@ -211,8 +211,8 @@ static void print_node(topview_node * n)
     int ind=0;
     char* val;
     attr_list* l=view->Topview->attributes;
-    printf("Node Summary\n",);
-    printf("-------------\n",);
+    printf("Node Summary\n");
+    printf("-------------\n");
     printf("name: %s\n",agnameof(n->Node));
     for (;ind < l->attr_count;ind ++)
     {
@@ -226,7 +226,7 @@ static void print_node(topview_node * n)
            }
        }
     }
-    printf("-------------\n",);
+    printf("-------------\n");
 
 }