Skip to content

Commit b8360bd

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? mingw: avoid the comma operator
`git rerere` remembers this mistake of mine, and I cannot easily make it forget _that_ particular recorded conflict resolution, so I won't. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 6dfba07 commit b8360bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3175,7 +3175,7 @@ int sigaction(int sig, struct sigaction *in, struct sigaction *out)
31753175
return error("sigaction only implemented for SIGALRM");
31763176
}
31773177
if (out) {
3178-
errno = EINVAL,
3178+
errno = EINVAL;
31793179
return error("sigaction: param 3 != NULL not implemented");
31803180
}
31813181

0 commit comments

Comments
 (0)