Commit 2f21a4b9 authored by nanahira's avatar nanahira

typo

parent df06a075
...@@ -43,7 +43,7 @@ public class MyCard : WindowServantSP ...@@ -43,7 +43,7 @@ public class MyCard : WindowServantSP
public void terminateThread() public void terminateThread()
{ {
if (!isRequesting && requestThread = null) if (!isRequesting && requestThread == null)
{ {
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment