From: ellson Date: Tue, 5 Apr 2005 15:46:41 +0000 (+0000) Subject: missed ';' X-Git-Tag: LAST_LIBGRAPH~32^2~7739 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a7b8e73836b839908c3423a41e49393b00763a5;p=graphviz missed ';' --- diff --git a/lib/gvc/gvconfig.c b/lib/gvc/gvconfig.c index 40d603550..5bc32cdff 100644 --- a/lib/gvc/gvconfig.c +++ b/lib/gvc/gvconfig.c @@ -139,7 +139,7 @@ void gvconfig(GVC_t * gvc) gvplugin_library_t *library; gvplugin_api_t *apis; gvplugin_type_t *types; - int i + int i; #ifndef DISABLE_LTDL char *s, *path, *api, *type; api_t gv_api;