aboutsummaryrefslogtreecommitdiff
path: root/posix/bug-regex31.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/bug-regex31.c')
-rw-r--r--posix/bug-regex31.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/bug-regex31.c b/posix/bug-regex31.c
index fc48581..fd7e0c5 100644
--- a/posix/bug-regex31.c
+++ b/posix/bug-regex31.c
@@ -33,5 +33,5 @@ main (void)
free (buf);
- return 0;
+ return res;
}