summaryrefslogtreecommitdiff
path: root/gl/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-29 12:14:54 +0100
committerJim Meyering <meyering@redhat.com>2009-10-29 14:53:45 +0100
commit22776f84cba4102306a36cd06ea4c54282432423 (patch)
treedfa293aded5081b69da4846ca6f130a7f75b5f83 /gl/lib
parent17b7d09bf2320c9a8addabae7049ed5431553bd1 (diff)
downloadcoreutils-22776f84cba4102306a36cd06ea4c54282432423.tar.xz
remove stray closing comment delimiter, "*/", in previous change
* gl/lib/regexec.c.diff: Fix a typo.
Diffstat (limited to 'gl/lib')
-rw-r--r--gl/lib/regexec.c.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/regexec.c.diff b/gl/lib/regexec.c.diff
index 5c985f940..d9b6d1cd5 100644
--- a/gl/lib/regexec.c.diff
+++ b/gl/lib/regexec.c.diff
@@ -1,5 +1,5 @@
diff --git a/lib/regexec.c b/lib/regexec.c
-index 21a8166..3b0d85c 100644
+index 21a8166..7762437 100644
--- a/lib/regexec.c
+++ b/lib/regexec.c
@@ -18,6 +18,8 @@
@@ -19,7 +19,7 @@ index 21a8166..3b0d85c 100644
- return -2;
+ verify (! TYPE_SIGNED (Idx));
+ if (BE (len < length1, 0))
-+ return -2; */
++ return -2;
+ /* if (BE (length1 < 0 || length2 < 0 || stop < 0, 0))
+ return -2; */