Skip to content
Snippets Groups Projects
Commit 4de1241f authored by Sean McBride's avatar Sean McBride Committed by Brad King
Browse files

Fixed -Wextra-semi-stmt warning

parent 08f14d96
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,7 @@ static int runChild2(kwsysProcess* kp, const char* cmd[], int state,
printf("Error in administrating child process: [%s]\n",
kwsysProcess_GetErrorString(kp));
break;
};
}
if (result) {
if (exception != kwsysProcess_GetExitException(kp)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment