]> git.eshelyaron.com Git - emacs.git/commitdiff
(enum resource_types): Delete final comma.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:48:04 +0000 (20:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:48:04 +0000 (20:48 +0000)
src/xfns.c

index 07925ebb0ed29a2ea52517845bf54b7efdae2adc..64c58a5604f59807b3356a37dd22f5dac0f94df5 100644 (file)
@@ -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.