X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/93afd0f1d463bec0fc8d3127c1d34ccaa4dbe99b..257210319f10abebbfd7c12784cf3a8e112c3562:/oldXMenu/Error.c diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 35f5920e34..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) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 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) */