From 50731b6737c4ec7ef2f5be7eca44a5e7692d305a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 26 Aug 2012 20:27:00 +0000 Subject: * graph/Gdraws/Gfun.c (GDrawLine): Make string parameter of type const char*. (GDrawPushButton): Likewise. (GDrawString): Likewise. (PSCreateContext): Likewise. (centerX): Likewise. * Makefile.am (all-graph): Require all-utils. --- src/graph/view3D/lighting3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph/view3D/lighting3d.c') diff --git a/src/graph/view3D/lighting3d.c b/src/graph/view3D/lighting3d.c index dc7f34ab..ff6f9dad 100644 --- a/src/graph/view3D/lighting3d.c +++ b/src/graph/view3D/lighting3d.c @@ -377,7 +377,7 @@ void drawLightingPanel(void) { - char *s; + const char* s; int i,strlength; /* Draw border lines to separate the lighting window, potentiometers, -- cgit v1.2.3