1
0
Fork 0
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:
John Cortell 2010-04-30 14:22:35 +00:00
parent d76884f42a
commit 9d3d836047

View file

@ -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
}