aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/gui_v2.cpp')
-rw-r--r--engines/kyra/gui_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_v2.cpp b/engines/kyra/gui_v2.cpp
index f727c02652..c20ba15fe5 100644
--- a/engines/kyra/gui_v2.cpp
+++ b/engines/kyra/gui_v2.cpp
@@ -114,7 +114,7 @@ void GUI_v2::processButton(Button *button) {
case 1:
_screen->hideMouse();
- _screen->printText((const char*)dataPtr, x, y, val2, val3);
+ _screen->printText((const char *)dataPtr, x, y, val2, val3);
_screen->showMouse();
break;