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:
parent
a68c0d3b6e
commit
f8f5a0575b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue