From: ellson Date: Sat, 27 Sep 2008 11:56:10 +0000 (+0000) Subject: fix dropped ';' X-Git-Tag: LAST_LIBGRAPH~32^2~3308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16d1ee1eeaf65506dbdbccbc4ea7819bcfb18d89;p=graphviz fix dropped ';' --- diff --git a/lib/inkpot/inkpot_scheme.c b/lib/inkpot/inkpot_scheme.c index bb1a9b2a5..e51784d48 100644 --- a/lib/inkpot/inkpot_scheme.c +++ b/lib/inkpot/inkpot_scheme.c @@ -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;