From f8f5a0575b31f5518d30f987323a719b2eb96b18 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Aug 1993 20:48:04 +0000 Subject: [PATCH] (enum resource_types): Delete final comma. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 07925ebb0ed..64c58a5604f 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1261,7 +1261,7 @@ The defaults are specified in the file `~/.Xdefaults'.") /* Types we might convert a resource string into. */ enum resource_types { - number, boolean, string, symbol, + number, boolean, string, symbol }; /* Return the value of parameter PARAM. -- 2.39.5