aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-21 16:59:51 +0000
committerMax Horn2003-05-21 16:59:51 +0000
commit24005adfd0aa31373332cdd7d0a45c8a0627e3d7 (patch)
tree8204c9d45a603340e426f87738a7cdffc9f2b270 /common/main.cpp
parent72d6179c470fc99a05942110fe5338f7b42181dc (diff)
downloadscummvm-rg350-24005adfd0aa31373332cdd7d0a45c8a0627e3d7.tar.gz
scummvm-rg350-24005adfd0aa31373332cdd7d0a45c8a0627e3d7.tar.bz2
scummvm-rg350-24005adfd0aa31373332cdd7d0a45c8a0627e3d7.zip
pedantic fixes
svn-id: r7789
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