diff options
Diffstat (limited to 'xine')
-rw-r--r-- | xine/vo_osdscaler.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xine/vo_osdscaler.c b/xine/vo_osdscaler.c index 881f3ef6..726b3b8e 100644 --- a/xine/vo_osdscaler.c +++ b/xine/vo_osdscaler.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: vo_osdscaler.c,v 1.8 2010-05-16 11:53:32 phintuka Exp $ + * $Id: vo_osdscaler.c,v 1.9 2010-05-16 11:59:58 phintuka Exp $ * */ @@ -413,6 +413,8 @@ static int osdscaler_set_property(vo_driver_t *self, int prop, int val) this->enable = val?1:0; } return this->enable; + + default:; } return vo_def_set_property(self, prop, val); |