about summary refs log tree commit diff
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 fc485815fc..fd7e0c57ca 100644
--- a/posix/bug-regex31.c
+++ b/posix/bug-regex31.c
@@ -33,5 +33,5 @@ main (void)
 
   free (buf);
 
-  return 0;
+  return res;
 }