diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.c | 2 |
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 | ||
| 552 | INLINE INTERVAL | 552 | INTERVAL |
| 553 | find_interval (tree, position) | 553 | find_interval (tree, position) |
| 554 | register INTERVAL tree; | 554 | register INTERVAL tree; |
| 555 | register int position; | 555 | register int position; |