From 762c569207f778b5b3efad9414a3cfe943424316 Mon Sep 17 00:00:00 2001 From: Yotam Barnoy Date: Tue, 13 Jul 2010 08:00:22 +0000 Subject: PSP: Typos in trace.h svn-id: r50844 --- backends/platform/psp/trace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/psp/trace.h') diff --git a/backends/platform/psp/trace.h b/backends/platform/psp/trace.h index ade8fd7214..5c0ea86e42 100644 --- a/backends/platform/psp/trace.h +++ b/backends/platform/psp/trace.h @@ -32,9 +32,9 @@ /* Choose to print to file/screen/both */ #ifdef __PSP_PRINT_TO_FILE__ - #define __PSP_PRINT__(format,...) PSPDebugTrace(false, format, ## __VA_ARGS__) + #define __PSP_PRINT__(format,...) PspDebugTrace(false, format, ## __VA_ARGS__) #elif defined __PSP_PRINT_TO_FILE_AND_SCREEN__ - #define __PSP_PRINT__(format,...) PSPDebugTrace(true, format, ## __VA_ARGS__) + #define __PSP_PRINT__(format,...) PspDebugTrace(true, format, ## __VA_ARGS__) #else /* default - print to screen */ #define __PSP_PRINT__(format,...) fprintf(stderr, format, ## __VA_ARGS__) #endif /* PSP_PRINT_TO_FILE/SCREEN */ -- cgit v1.2.3