From 016c90911ed73b8f4498d6192172c1882062e18c Mon Sep 17 00:00:00 2001 From: Oliver Kiehl Date: Wed, 22 Oct 2003 11:15:09 +0000 Subject: fix gcc 3.3.2 warning svn-id: r10942 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simon/simon.cpp b/simon/simon.cpp index ac9b12a9e2..24c5f6f64b 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2860,7 +2860,7 @@ get_out:; void SimonEngine::o_file_error(FillOrCopyStruct *fcs, bool save_error) { HitArea *ha; - char *string, *string2; + const char *string, *string2; if (save_error) { string = "\r Save failed."; -- cgit v1.2.3