X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/380874900ca183ec2fdce91949d841328852d7a8..061cde1074b33e70d8d8d611a3806282f3e2c299:/oldXMenu/Error.c diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 51d5b8fa6c..01738458b6 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -17,8 +16,8 @@ #include "XMenuInt.h" -char * -XMenuError() +char const * +XMenuError(void) { static char message[128]; /* Error message buffer. */ @@ -28,6 +27,3 @@ XMenuError() sprintf(message, "Unknown _XMErrorCode: %d", _XMErrorCode); return(message); } - -/* arch-tag: 5fff4a23-40ca-40d0-8887-c50fc73dea9d - (do not change this comment) */