Skip to content

Commit 102265c

Browse files
committed
miniexpect: Synchronize with upstream
Synchronize with the upstream commit: commit 56c049f13147d5e97acd734803386119ca929ab8 Author: Richard W.M. Jones <[email protected]> Date: Thu Nov 16 10:59:54 2023 +0000 Return int from mexp_expect
1 parent 8a28ba4 commit 102265c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniexpect/miniexpect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ mexp_spawnvf (unsigned flags, const char *file, char **argv)
244244
return NULL;
245245
}
246246

247-
enum mexp_status
247+
int
248248
mexp_expect (mexp_h *h, const mexp_regexp *regexps,
249249
pcre2_match_data *match_data)
250250
{

0 commit comments

Comments
 (0)