From ef53bfe3fcae39f82c81e4de41d8497b7a3ad170 Mon Sep 17 00:00:00 2001 From: daco65 Date: Wed, 7 Jan 2009 20:50:56 +0000 Subject: [PATCH] nobody saw that silly typo! >_> git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1823 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_Wiimote/Src/ConfigDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_Wiimote/Src/ConfigDlg.cpp b/Source/Plugins/Plugin_Wiimote/Src/ConfigDlg.cpp index c0a3498c75..20462d60d5 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/ConfigDlg.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/ConfigDlg.cpp @@ -29,7 +29,7 @@ // Defines // ------------ #ifndef _WIN32 -#define Sleep(x) usleep(*1000) +#define Sleep(x) usleep(x*1000) #endif /////////////////////////