diff options
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 67f517182ea..bd09304ba3b 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -1741,7 +1741,7 @@ Return t if any property was actually removed, nil otherwise. */) } len -= LENGTH (i); i = next_interval (i); - if(!i) + if (!i) { if (modified) { |
