Clear compiler warnings. (Stefan Dirsch)
authorAlan Coopersmith <Alan.Coopersmith@sun.com>
Sat, 30 Jul 2005 18:56:32 +0000 (18:56 +0000)
committerAlan Coopersmith <Alan.Coopersmith@sun.com>
Sat, 30 Jul 2005 18:56:32 +0000 (18:56 +0000)
hw/xfree86/i2c/fi1236.c

index 3a02335..299f200 100644 (file)
@@ -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)