diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/bug-regex31.c | 2 |
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; } |