aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/drives.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/drives.cpp')
-rw-r--r--engines/tinsel/drives.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/drives.cpp b/engines/tinsel/drives.cpp
index 6803ababa2..864c554b9c 100644
--- a/engines/tinsel/drives.cpp
+++ b/engines/tinsel/drives.cpp
@@ -54,10 +54,10 @@ void CdCD(CORO_PARAM) {
// functions. If these functions really get called while a CD
// change is requested, this needs to be resolved.
if (coroParam == nullContext)
- error("CdCD needs context!");
+ error("CdCD needs context");
CORO_SLEEP(1);
} else
- error("No current process in CdCD()!");
+ error("No current process in CdCD()");
}
CORO_END_CODE;