From 09d53e3c95d35d04f6907941ef7f7206e219ff1c Mon Sep 17 00:00:00 2001 From: jluce50 Date: Tue, 3 Mar 2015 14:12:53 -0600 Subject: [PATCH] Update variable name for consistency --- MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs b/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs index 413e192398..a88f5c1e50 100644 --- a/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs +++ b/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs @@ -33,7 +33,7 @@ namespace MediaBrowser.ServerApplication.Native static extern int ResumeThread(IntPtr hThread); [DllImport("kernel32.dll")] [return: MarshalAs(UnmanagedType.Bool)] - public static extern bool CloseHandle(IntPtr hObject); + public static extern bool CloseHandle(IntPtr hThread); public static void Suspend(this Process process) {