]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix typo - ENABLE_ defines need to be tested with #if. Thanks to Glandos for spotting.
authorDave Chapman <dave@dchapman.com>
Thu, 10 Jan 2013 20:59:14 +0000 (20:59 +0000)
committerDave Chapman <dave@dchapman.com>
Thu, 10 Jan 2013 20:59:14 +0000 (20:59 +0000)
src/main.c

index c546d7a15d116a57650042419219d34e8f915c8c..c6e0254d9ac41accf55e00a72257b3dc6c2ddde0 100644 (file)
@@ -387,7 +387,7 @@ main(int argc, char **argv)
                              "to your Tvheadend installation until you edit\n"
                              "the access-control from within the Tvheadend UI",
       OPT_BOOL, &opt_firstrun },
-#ifdef ENABLE_LINUXDVB
+#if ENABLE_LINUXDVB
     { 'a', "adapters",  "Use only specified DVB adapters",
       OPT_STR, &opt_dvb_adapters },
 #endif