summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/test/bsd-interf.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit4399be3cbd35324f7a2c00d77229d995b4022138 (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /gnu/lib/libregex/test/bsd-interf.c
parent709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff)
Notes
Diffstat (limited to 'gnu/lib/libregex/test/bsd-interf.c')
-rw-r--r--gnu/lib/libregex/test/bsd-interf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libregex/test/bsd-interf.c b/gnu/lib/libregex/test/bsd-interf.c
index 56f9e2a2fe68..226a513b347f 100644
--- a/gnu/lib/libregex/test/bsd-interf.c
+++ b/gnu/lib/libregex/test/bsd-interf.c
@@ -10,7 +10,7 @@ test_berk_search (pattern, string)
char *string;
{
const char *return_value = re_comp (pattern);
-
+
if (return_value != 0)
{
printf ("This didn't compile: `%s'.\n", pattern);