]> granicus.if.org Git - graphviz/commitdiff
missed ';'
authorellson <devnull@localhost>
Tue, 5 Apr 2005 15:46:41 +0000 (15:46 +0000)
committerellson <devnull@localhost>
Tue, 5 Apr 2005 15:46:41 +0000 (15:46 +0000)
lib/gvc/gvconfig.c

index 40d603550a88edca0b0750e8866993ead7eea94f..5bc32cdff53b472ef5c7c079efe15f6e8730564e 100644 (file)
@@ -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;