]> granicus.if.org Git - graphviz/commitdiff
janitor: clean up warning message:wq
authorellson <devnull@localhost>
Sun, 17 Aug 2008 18:40:16 +0000 (18:40 +0000)
committerellson <devnull@localhost>
Sun, 17 Aug 2008 18:40:16 +0000 (18:40 +0000)
lib/gvc/gvplugin.c

index f137ee025a4f2287579270845063590eda11b443..84003d064004e3731b36d31b09dd8448073e2943 100644 (file)
@@ -345,7 +345,7 @@ gvplugin_available_t *gvplugin_load(GVC_t * gvc, api_t api, char *str)
 
 /* string buffer management
        - FIXME - must have 20 solutions for this same thing */
-static const char *append_buf(char sep, char *str, boolean new)
+static char *append_buf(char sep, char *str, boolean new)
 {
     static char *buf;
     static int bufsz, pos;