summaryrefslogtreecommitdiff
path: root/oldXMenu/Error.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/Error.c')
-rw-r--r--oldXMenu/Error.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c
index 99f5eb6500d..01738458b6a 100644
--- a/oldXMenu/Error.c
+++ b/oldXMenu/Error.c
@@ -16,7 +16,7 @@
#include "XMenuInt.h"
-char *
+char const *
XMenuError(void)
{
static char message[128]; /* Error message buffer. */
@@ -27,4 +27,3 @@ XMenuError(void)
sprintf(message, "Unknown _XMErrorCode: %d", _XMErrorCode);
return(message);
}
-