From 24005adfd0aa31373332cdd7d0a45c8a0627e3d7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 21 May 2003 16:59:51 +0000 Subject: pedantic fixes svn-id: r7789 --- common/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/main.cpp') 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 -- cgit v1.2.3