1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 03:41:57 +02:00

remove stray closing comment delimiter, "*/", in previous change

* gl/lib/regexec.c.diff: Fix a typo.
This commit is contained in:
Jim Meyering
2009-10-29 12:14:54 +01:00
parent 17b7d09bf2
commit 22776f84cb

View File

@@ -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; */