summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/test/xmalloc.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/xmalloc.c
parent709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff)
Notes
Diffstat (limited to 'gnu/lib/libregex/test/xmalloc.c')
-rw-r--r--gnu/lib/libregex/test/xmalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libregex/test/xmalloc.c b/gnu/lib/libregex/test/xmalloc.c
index 88be1a668bd3..aa1c6c44f7f5 100644
--- a/gnu/lib/libregex/test/xmalloc.c
+++ b/gnu/lib/libregex/test/xmalloc.c
@@ -9,8 +9,8 @@ void *
xmalloc (size)
unsigned size;
{
- char *new_mem = malloc (size);
-
+ char *new_mem = malloc (size);
+
if (new_mem == NULL)
{
fprintf (stderr, "xmalloc: request for %u bytes failed.\n", size);