diff options
Diffstat (limited to 'src/scroll.c')
| -rw-r--r-- | src/scroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scroll.c b/src/scroll.c index 09d8f4dde5f..954f92a24d6 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -265,7 +265,7 @@ do_scrolling (frame, matrix, window_size, unchanged_at_top) | |||
| 265 | bcopy (current_frame->pix_height, temp_frame->pix_height, | 265 | bcopy (current_frame->pix_height, temp_frame->pix_height, |
| 266 | current_frame->height * sizeof (short)); | 266 | current_frame->height * sizeof (short)); |
| 267 | bcopy (current_frame->max_ascent, temp_frame->max_ascent, | 267 | bcopy (current_frame->max_ascent, temp_frame->max_ascent, |
| 268 | current_frame->height * sizeof (int)); | 268 | current_frame->height * sizeof (short)); |
| 269 | } | 269 | } |
| 270 | #endif | 270 | #endif |
| 271 | 271 | ||