diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c index 04cedba11dc..2b3ed8ae977 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -3114,7 +3114,7 @@ validate_x_resource_name () | |||
| 3114 | || (c >= 'A' && c <= 'Z') | 3114 | || (c >= 'A' && c <= 'Z') |
| 3115 | || (c >= '0' && c <= '9') | 3115 | || (c >= '0' && c <= '9') |
| 3116 | || c == '-' || c == '_')) | 3116 | || c == '-' || c == '_')) |
| 3117 | SREF (new, i) = '_'; | 3117 | SSET (new, i, '_'); |
| 3118 | } | 3118 | } |
| 3119 | } | 3119 | } |
| 3120 | 3120 | ||