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 33cef35c654..25bc6e3c46b 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -198,7 +198,7 @@ void
198traverse_intervals (tree, position, depth, function, arg) 198traverse_intervals (tree, position, depth, function, arg)
199 INTERVAL tree; 199 INTERVAL tree;
200 int position, depth; 200 int position, depth;
201 void (* function) (); 201 void (* function) P_ ((INTERVAL, Lisp_Object));
202 Lisp_Object arg; 202 Lisp_Object arg;
203{ 203{
204 if (NULL_INTERVAL_P (tree)) 204 if (NULL_INTERVAL_P (tree))