aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/textprop.c2
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. */)
1741 } 1741 }
1742 len -= LENGTH (i); 1742 len -= LENGTH (i);
1743 i = next_interval (i); 1743 i = next_interval (i);
1744 if(!i) 1744 if (!i)
1745 { 1745 {
1746 if (modified) 1746 if (modified)
1747 { 1747 {