summaryrefslogtreecommitdiff
path: root/sysspec.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-12 03:18:32 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-12 03:18:32 +0000
commite618b16d4cc89e46ec4bac40af34a93790a17f8e (patch)
tree280aec8bfeafc746e375c05eb9a7d83bb6cdbaf8 /sysspec.c
parent974755deb9bbea37752d2202844a1f485e59c8e7 (diff)
-- Cleanup fpemulation.c
-- Begin cleaning numsort.c git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@9 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'sysspec.c')
-rw-r--r--sysspec.c2
1 files changed, 1 insertions, 1 deletions
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 */
{