diff options
Diffstat (limited to 'testProcess.c')
-rw-r--r-- | testProcess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testProcess.c b/testProcess.c index f139f58..39aaa23 100644 --- a/testProcess.c +++ b/testProcess.c @@ -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)) { |