Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28126 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad500e1063
commit
141673945e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
#if (SIMULATOR) && !defined(__PCTOOL__) \
|
#if defined(SIMULATOR) && !defined(__PCTOOL__) \
|
||||||
|| ((CONFIG_PLATFORM & PLATFORM_ANDROID) && defined(DEBUG))
|
|| ((CONFIG_PLATFORM & PLATFORM_ANDROID) && defined(DEBUG))
|
||||||
#define DEBUGF debugf
|
#define DEBUGF debugf
|
||||||
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)
|
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)
|
||||||
|
|
Loading…
Reference in a new issue