]> granicus.if.org Git - graphviz/commitdiff
fix dropped ';'
authorellson <devnull@localhost>
Sat, 27 Sep 2008 11:56:10 +0000 (11:56 +0000)
committerellson <devnull@localhost>
Sat, 27 Sep 2008 11:56:10 +0000 (11:56 +0000)
lib/inkpot/inkpot_scheme.c

index bb1a9b2a56f04af604e7b341f9b416c8fbb0c601..e51784d48feb2f88945aa8ff386913b52c34fdcb 100644 (file)
@@ -295,7 +295,7 @@ static inkpot_status_t inkpot_cache_put ( inkpot_t *inkpot, IDX_NAMES name_idx )
 static inkpot_status_t inkpot_set_name ( inkpot_t *inkpot )
 {
     inkpot_status_t rc;
-    char *color
+    char *color;
     inkpot_name_t *name;
     IDX_NAME_ALTS i;
     IDX_NAMES base, top;