summaryrefslogtreecommitdiff
path: root/sysspec.c
diff options
context:
space:
mode:
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 */
{