diff options
Diffstat (limited to 'src/emess.h')
| -rw-r--r-- | src/emess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emess.h b/src/emess.h index b694d61e..4a6f7587 100644 --- a/src/emess.h +++ b/src/emess.h @@ -24,6 +24,6 @@ extern struct EMESS emess_dat; #endif /* use type */ -void emess(int, char *, ...); +void emess(int, const char *, ...); #endif /* end EMESS_H */ |
