aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.cpp')
-rw-r--r--common/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.cpp b/common/main.cpp
index 58b7b258fe..22236f43d6 100644
--- a/common/main.cpp
+++ b/common/main.cpp
@@ -62,7 +62,7 @@ extern "C" int main(int argc, char *argv[]);
#ifndef SCUMM_NEED_ALIGNMENT
static void handle_errors(int sig_num) {
- error("Your system does not support unaligned memory accesses. Please rebuild with SCUMM_NEED_ALIGNMENT ");
+ error("Your system does not support unaligned memory accesses. Please rebuild with SCUMM_NEED_ALIGNMENT (signal %d)", sig_num);
}
#endif