X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d607b96bc2824116a8fe0e5840ce49da7ce4514f..0ab393996c1c1345b2f969e987329e5e4010ddda:/oldXMenu/Error.c diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 6454974fd5..01738458b6 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,6 +27,3 @@ XMenuError(void) sprintf(message, "Unknown _XMErrorCode: %d", _XMErrorCode); return(message); } - -/* arch-tag: 5fff4a23-40ca-40d0-8887-c50fc73dea9d - (do not change this comment) */