diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
