]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
main: fix compilation without traces
authorJaroslav Kysela <perex@perex.cz>
Tue, 11 Dec 2018 12:11:59 +0000 (13:11 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 11 Dec 2018 12:11:59 +0000 (13:11 +0100)
src/main.c

index 180635abe9c628929d06e6057001720ea82ead54..83331f9e61e53bfa68a038be8b08ec076edeb2ec 100644 (file)
@@ -361,7 +361,7 @@ static void gtimer_magic_check(gtimer_t *gti)
   }
 }
 #else
-static inline void gtimer_magic_check(mtimer_t *gti)
+static inline void gtimer_magic_check(gtimer_t *gti)
 {
 }
 #endif