summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-08-17 20:38:18 +0000
committersr55 <[email protected]>2013-08-17 20:38:18 +0000
commitf319073778ba7f545a6c9d0a8dd07e3bf0e05aa8 (patch)
tree6fe7045222ed9a667e6c649b0808e49ae6d19ab0 /win/CS/HandBrake.ApplicationServices/Services
parentcc66e149da034cffaa48284532eec7e5b7ca72e8 (diff)
WinGui: General code tidyup
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5705 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/ServerService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/ServerService.cs b/win/CS/HandBrake.ApplicationServices/Services/ServerService.cs
index 199e371a9..22d9e22a8 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/ServerService.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/ServerService.cs
@@ -207,7 +207,7 @@ namespace HandBrake.ApplicationServices.Services
if (host != null)
{
host.BeginClose(null, null);
- //host.Abort();
+ // host.Abort();
shutdownFlag.Set();
}
}