diff options
Diffstat (limited to 'Build/source/texk/seetexk/error.h')
-rw-r--r-- | Build/source/texk/seetexk/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/seetexk/error.h b/Build/source/texk/seetexk/error.h index 4074126680e..c7b2cb39785 100644 --- a/Build/source/texk/seetexk/error.h +++ b/Build/source/texk/seetexk/error.h @@ -14,4 +14,4 @@ void error(int quit, int e, const char *fmt, ...); void panic(const char *fmt, ...); -void SetErrorTrap(void (*fn)(int quit, char *text)); +void SetErrorTrap(void (*fn)(int quit, const char *text)); |