diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index c9d3432355b..56453b03342 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -475,7 +475,7 @@ run_composition_function (from, to, prop) | |||
| 475 | 475 | ||
| 476 | void | 476 | void |
| 477 | update_compositions (from, to, check_mask) | 477 | update_compositions (from, to, check_mask) |
| 478 | int from, to; | 478 | int from, to, check_mask; |
| 479 | { | 479 | { |
| 480 | Lisp_Object prop; | 480 | Lisp_Object prop; |
| 481 | int start, end; | 481 | int start, end; |