summaryrefslogtreecommitdiffstats
path: root/firmware/export/debug.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-09-20 17:42:46 +0000
committerThomas Martitz <kugel@rockbox.org>2010-09-20 17:42:46 +0000
commit141673945eb1c022d0c88d46e67e3d60d53fec78 (patch)
treeb675b29710f65ea281d24659a517afd3967bf271 /firmware/export/debug.h
parentad500e1063124008e2c0fc5dc666a52e09bba018 (diff)
downloadrockbox-141673945eb1c022d0c88d46e67e3d60d53fec78.tar.gz
rockbox-141673945eb1c022d0c88d46e67e3d60d53fec78.zip
Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28126 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/debug.h')
-rw-r--r--firmware/export/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/debug.h b/firmware/export/debug.h
index 93ebd5f546..043ec26bbb 100644
--- a/firmware/export/debug.h
+++ b/firmware/export/debug.h
@@ -33,7 +33,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
#ifdef __GNUC__
/* */
-#if (SIMULATOR) && !defined(__PCTOOL__) \
+#if defined(SIMULATOR) && !defined(__PCTOOL__) \
|| ((CONFIG_PLATFORM & PLATFORM_ANDROID) && defined(DEBUG))
#define DEBUGF debugf
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)