mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
Simplify BOOL check.
This commit is contained in:
parent
d76884f42a
commit
9d3d836047
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ int interruptProcess(int pid)
|
|||
FreeLibrary(hmod);
|
||||
hmod = NULL;
|
||||
|
||||
if (success == TRUE)
|
||||
if (success)
|
||||
return 0; // 0 == OK; if not, try old-school way
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue