From: Richard M. Stallman Date: Wed, 11 Aug 1993 20:48:04 +0000 (+0000) Subject: (enum resource_types): Delete final comma. X-Git-Tag: emacs-19.34~11280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8f5a0575b31f5518d30f987323a719b2eb96b18;p=emacs.git (enum resource_types): Delete final comma. --- 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.