aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/include')
-rw-r--r--src/graph/include/G.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/include/G.h b/src/graph/include/G.h
index 726ac68a..175b31f1 100644
--- a/src/graph/include/G.h
+++ b/src/graph/include/G.h
@@ -83,7 +83,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
typedef struct _GCstruct {
GC GCint;
- char GCchar[10];
+ char GCchar[12];
struct _GCstruct *next;
} GCstruct, *GCptr;