diff options
Diffstat (limited to 'sim/igen/misc.h')
-rw-r--r-- | sim/igen/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/igen/misc.h b/sim/igen/misc.h index 214505a..163ffe4 100644 --- a/sim/igen/misc.h +++ b/sim/igen/misc.h @@ -52,7 +52,7 @@ struct _line_ref }; /* Error appends a new line, warning and notify do not */ -typedef void error_func (const line_ref *line, char *msg, ...); +typedef void error_func (const line_ref *line, const char *msg, ...); extern error_func error; extern error_func warning; |