From e618b16d4cc89e46ec4bac40af34a93790a17f8e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 12 Nov 2008 03:18:32 +0000 Subject: -- Cleanup fpemulation.c -- Begin cleaning numsort.c git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@9 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- sysspec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysspec.c') diff --git a/sysspec.c b/sysspec.c index ab6dc88..0f4e580 100644 --- a/sysspec.c +++ b/sysspec.c @@ -730,7 +730,7 @@ return; ** ReportError ** Report error message condition. */ -void ReportError(char *errorcontext, /* Error context string */ +void ReportError(const char *errorcontext, /* Error context string */ int errorcode) /* Error code number */ { -- cgit v1.2.3