1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(enum resource_types): Delete final comma.

This commit is contained in:
Richard M. Stallman 1993-08-11 20:48:04 +00:00
parent a68c0d3b6e
commit f8f5a0575b

View 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.