aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/Error.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/Error.c')
-rw-r--r--oldXMenu/Error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c
index 6f43cbdbf9b..6454974fd5e 100644
--- a/oldXMenu/Error.c
+++ b/oldXMenu/Error.c
@@ -17,7 +17,7 @@
17#include "XMenuInt.h" 17#include "XMenuInt.h"
18 18
19char * 19char *
20XMenuError() 20XMenuError(void)
21{ 21{
22 static char message[128]; /* Error message buffer. */ 22 static char message[128]; /* Error message buffer. */
23 23