diff options
Diffstat (limited to 'libguile/regex-posix.c')
-rw-r--r-- | libguile/regex-posix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/regex-posix.c b/libguile/regex-posix.c index f43a26d06..dcbe85518 100644 --- a/libguile/regex-posix.c +++ b/libguile/regex-posix.c @@ -176,8 +176,7 @@ SCM_DEFINE (scm_make_regexp, "make-regexp", 1, 0, 1, "call to @code{make-regexp} includes both @code{regexp/basic} and\n" "@code{regexp/extended} flags, the one which comes last will override\n" "the earlier one.\n" - "@end table\n" - "") + "@end table\n") #define FUNC_NAME s_scm_make_regexp { SCM flag; |