X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/096d4be33fc8bd54c363d05fff24f9f029acbf0a..12020a9e6dcfc2213e8bbb0fec259c1ed1202f30:/oldXMenu/Error.c diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index ebd4d7a3c8..99f5eb6500 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c @@ -1,7 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* $Header: /cvsroot/emacs/emacs/oldXMenu/Error.c,v 1.2 2003/09/01 15:45:47 miles Exp $ */ -/* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package @@ -17,7 +17,7 @@ #include "XMenuInt.h" char * -XMenuError() +XMenuError(void) { static char message[128]; /* Error message buffer. */ @@ -28,5 +28,3 @@ XMenuError() return(message); } -/* arch-tag: 5fff4a23-40ca-40d0-8887-c50fc73dea9d - (do not change this comment) */