diff --git a/src/rotator.c b/src/rotator.c index 8f72ad398..f556f79cb 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -124,7 +124,7 @@ static int add_opened_rot(ROT *rot) } -static int remove_opened_rot(ROT *rot) +static int remove_opened_rot(const ROT *rot) { struct opened_rot_l *p, *q; q = NULL;