aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem_sfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wii/osystem_sfx.cpp')
-rw-r--r--backends/platform/wii/osystem_sfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem_sfx.cpp b/backends/platform/wii/osystem_sfx.cpp
index 70a440a600..445bb2ef52 100644
--- a/backends/platform/wii/osystem_sfx.cpp
+++ b/backends/platform/wii/osystem_sfx.cpp
@@ -87,7 +87,7 @@ void OSystem_Wii::initSfx() {
SFX_THREAD_STACKSIZE, SFX_THREAD_PRIO);
if (res) {
- printf("ERROR creating sfx thread: %d\n", res);
+ printf("ERROR creating sfx thread: %ld\n", res);
LWP_CloseQueue(sfx_queue);
return;
}