Fixed the warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10874 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-09-03 17:36:22 +00:00
parent 48865c45f1
commit 548e4484c9

View file

@ -535,7 +535,8 @@ int rec_create_directory(void)
#if CONFIG_CODEC == SWCODEC && !defined(SIMULATOR)
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
# ifdef HAVE_SPDIF_IN
# ifdef HAVE_ADJUSTABLE_CPU_FREQ
static void rec_boost(bool state)
{
static bool cpu_boosted = false;
@ -546,7 +547,8 @@ static void rec_boost(bool state)
cpu_boosted = state;
}
}
#endif
# endif
# endif
/**
* Selects an audio source for recording or playback