summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessUNIX.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-14 12:38:40 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-14 12:38:40 (GMT)
commit0d887397367b4b8c01a584e8e1a4b3192ca7af18 (patch)
tree8e272eb11c02793d0983e908e2524df93583685d /Source/kwsys/ProcessUNIX.c
parent848dc85187ec1e4b2364987d911ce7af93062b45 (diff)
parenta4841e12c0e3865a585774b118e7b9840bc1b253 (diff)
downloadCMake-0d887397367b4b8c01a584e8e1a4b3192ca7af18.zip
CMake-0d887397367b4b8c01a584e8e1a4b3192ca7af18.tar.gz
CMake-0d887397367b4b8c01a584e8e1a4b3192ca7af18.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2019-01-14 (1541d849)
Diffstat (limited to 'Source/kwsys/ProcessUNIX.c')
-rw-r--r--Source/kwsys/ProcessUNIX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/ProcessUNIX.c b/Source/kwsys/ProcessUNIX.c
index 094c2ee..f65690b 100644
--- a/Source/kwsys/ProcessUNIX.c
+++ b/Source/kwsys/ProcessUNIX.c
@@ -1162,7 +1162,7 @@ static int kwsysProcessWaitForPipe(kwsysProcess* cp, char** data, int* length,
case KWSYSPE_PIPE_STDERR:
wd->PipeId = kwsysProcess_Pipe_STDERR;
break;
- };
+ }
return 1;
}
} else if (n < 0 && errno == EAGAIN) {