summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcounters.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/psxcounters.c')
-rw-r--r--libpcsxcore/psxcounters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxcounters.c b/libpcsxcore/psxcounters.c
index 48cba2cd..fed43c69 100644
--- a/libpcsxcore/psxcounters.c
+++ b/libpcsxcore/psxcounters.c
@@ -89,7 +89,7 @@ void setIrq( u32 irq )
}
static
-void verboseLog( s32 level, const s8 *str, ... )
+void verboseLog( s32 level, const char *str, ... )
{
if( level <= VerboseLevel )
{