aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/intervals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 024a4f31903..fa23272160b 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -549,7 +549,7 @@ split_interval_left (interval, offset)
549 is updated in the interval found. Other functions (e.g., next_interval) 549 is updated in the interval found. Other functions (e.g., next_interval)
550 will update this cache based on the result of find_interval. */ 550 will update this cache based on the result of find_interval. */
551 551
552INLINE INTERVAL 552INTERVAL
553find_interval (tree, position) 553find_interval (tree, position)
554 register INTERVAL tree; 554 register INTERVAL tree;
555 register int position; 555 register int position;