summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/regex/regerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/regex/regerror.c')
-rw-r--r--winsup/cygwin/regex/regerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/regex/regerror.c b/winsup/cygwin/regex/regerror.c
index 4d14ab231..42b045bae 100644
--- a/winsup/cygwin/regex/regerror.c
+++ b/winsup/cygwin/regex/regerror.c
@@ -80,7 +80,7 @@ size_t errbuf_size;
for (r = rerrs; r->code >= 0; r++)
if (r->code == target)
break;
-
+
if (errcode&REG_ITOA) {
if (r->code >= 0)
(void) strcpy(convbuf, r->name);