diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 18:56:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 18:56:32 +0000 |
commit | fd84b3b56280ef88a8c848c4338f0bea906ce6d8 (patch) | |
tree | e0ed43e82af6e937845d842e4212dccca7a4dcae /hw/xfree86/i2c | |
parent | 9e9f9cb4878d597b3fa6de7732d2866e24c32f54 (diff) |
Clear compiler warnings. (Stefan Dirsch)
Diffstat (limited to 'hw/xfree86/i2c')
-rw-r--r-- | hw/xfree86/i2c/fi1236.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/i2c/fi1236.c b/hw/xfree86/i2c/fi1236.c index 3a02335d5..299f20060 100644 --- a/hw/xfree86/i2c/fi1236.c +++ b/hw/xfree86/i2c/fi1236.c @@ -1,3 +1,5 @@ +/* $XdotOrg: $ */ + #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif @@ -366,6 +368,7 @@ static int FI1236_get_afc_hint(FI1236Ptr f) if(AFC==1)return TUNER_JUST_ABOVE; return TUNER_OFF; } + return TUNER_OFF; } static int MT2032_get_afc_hint(FI1236Ptr f) |