diff options
Diffstat (limited to 'src/graph/view3D/quit3d.c')
-rw-r--r-- | src/graph/view3D/quit3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/view3D/quit3d.c b/src/graph/view3D/quit3d.c index 0978e329..4a76103b 100644 --- a/src/graph/view3D/quit3d.c +++ b/src/graph/view3D/quit3d.c @@ -132,7 +132,7 @@ void drawQuitPanel(void) { - char *s; + const char* s; int i,strlength; s = "Really?"; |