git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1745 21ef857c-d57f-4fe0-8362-d861dc6d29cd

This commit is contained in:
dmex04
2009-08-28 04:46:20 +00:00
parent b54e1f026d
commit 2bdd7f4aa4
+1 -1
View File
@@ -273,7 +273,7 @@ namespace ProcessHacker
// Create the shared waiter.
SharedWaiter = new ProcessHacker.Native.Threading.Waiter();
new HackerWindow()
new HackerWindow();
Application.Run();
}