aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/rdwin.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-07-28 05:30:42 +0000
committerJonathan Gray2003-07-28 05:30:42 +0000
commitea5822ed23d7454fcaf65959fa59a6ed0e136fa4 (patch)
tree3570a85d960c5acd322f6b78d0e811a5c4b7f692 /sword2/driver/rdwin.cpp
parent2fbcfb01a012b418643286c640112c81b5e92440 (diff)
downloadscummvm-rg350-ea5822ed23d7454fcaf65959fa59a6ed0e136fa4.tar.gz
scummvm-rg350-ea5822ed23d7454fcaf65959fa59a6ed0e136fa4.tar.bz2
scummvm-rg350-ea5822ed23d7454fcaf65959fa59a6ed0e136fa4.zip
it would be nice if people would update functions when adding qualifiers to prototypes
svn-id: r9227
Diffstat (limited to 'sword2/driver/rdwin.cpp')
-rw-r--r--sword2/driver/rdwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp
index 9d24d552d7..d3d6002b37 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -62,7 +62,7 @@ BOOL gotTheFocus = TRUE;
//-----------------------------------------------------------------------------
-void Zdebug(char *format,...) {
+void Zdebug(const char *format,...) {
#ifdef __PALM_OS__
char buf[256]; // 1024 is too big overflow the stack
#else