summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-11-11 08:00:28 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-11-11 08:00:28 +0000
commit202b7267c208b102556fce6fa0d346ac8423a9be (patch)
tree040f9620b21a03c726e7bcea56af398cf66c0f09 /apps
parent58e7547e890b7cac30334111657e95c88e0645a5 (diff)
downloadrockbox-202b7267c208b102556fce6fa0d346ac8423a9be.tar.gz
rockbox-202b7267c208b102556fce6fa0d346ac8423a9be.zip
Fixed logf builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11512 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 715a1bc2ab..0d9635b88e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -31,6 +31,7 @@
#include "mp3data.h"
#include "powermgmt.h"
#include "splash.h"
+#include "logf.h"
#ifdef CONFIG_CHARGING
#include "power.h"
@@ -417,7 +418,7 @@ static const struct plugin_api rockbox_api = {
debugf,
#endif
#ifdef ROCKBOX_HAS_LOGF
- logf,
+ _logf,
#endif
&global_settings,
mp3info,