mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +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);
|
FreeLibrary(hmod);
|
||||||
hmod = NULL;
|
hmod = NULL;
|
||||||
|
|
||||||
if (success == TRUE)
|
if (success)
|
||||||
return 0; // 0 == OK; if not, try old-school way
|
return 0; // 0 == OK; if not, try old-school way
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue