1
0
Fork 0
forked from len0rd/rockbox

Oops #ifdef -> #if

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-10-17 08:49:25 +00:00
parent 65ee5eb5e7
commit 7f8b70f70c

View file

@ -57,7 +57,7 @@
#include "yesno.h"
#include "viewport.h"
#ifdef CONFIG_TUNER
#if CONFIG_TUNER
#include "radio.h"
#endif