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'.") | |||
| 1261 | /* Types we might convert a resource string into. */ | 1261 | /* Types we might convert a resource string into. */ |
| 1262 | enum resource_types | 1262 | enum resource_types |
| 1263 | { | 1263 | { |
| 1264 | number, boolean, string, symbol, | 1264 | number, boolean, string, symbol |
| 1265 | }; | 1265 | }; |
| 1266 | 1266 | ||
| 1267 | /* Return the value of parameter PARAM. | 1267 | /* Return the value of parameter PARAM. |