From daceefdd6a735b7afc5351404b5fefbe457da463 Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 23 Feb 2017 04:54:29 -0600 Subject: [PATCH] fix build. buzz off. --- BizHawk.Client.EmuHawk/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/Program.cs b/BizHawk.Client.EmuHawk/Program.cs index 34fdfee1bb..1c6624d55c 100644 --- a/BizHawk.Client.EmuHawk/Program.cs +++ b/BizHawk.Client.EmuHawk/Program.cs @@ -320,7 +320,7 @@ namespace BizHawk.Client.EmuHawk [DllImport("kernel32.dll", SetLastError = true)] static extern uint SetDllDirectory(string lpPathName); - static void WhackAllMOTWCrapp(string dllDir) + static void WhackAllMOTW(string dllDir) { var todo = new Queue(new[] { new DirectoryInfo(dllDir) }); while (todo.Count > 0)