summaryrefslogtreecommitdiff
path: root/macosx/Plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Plugin.c')
-rwxr-xr-xmacosx/Plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Plugin.c b/macosx/Plugin.c
index e501a5f5..48ff71bc 100755
--- a/macosx/Plugin.c
+++ b/macosx/Plugin.c
@@ -186,7 +186,7 @@ void ClosePlugins() {
if (ret < 0) { SysMessage("%s", _("Error Closing GPU Plugin")); return; }
#ifdef ENABLE_SIO1API
ret = SIO1_close();
- if (ret < 0) { SysMessage(_("Error closing SIO1 plugin!")); return; }
+ if (ret < 0) { SysMessage("%s", _("Error closing SIO1 plugin!")); return; }
#endif
if (Config.UseNet) {