summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-simple/realloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/malloc-simple/realloc.c')
-rw-r--r--libc/stdlib/malloc-simple/realloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc-simple/realloc.c b/libc/stdlib/malloc-simple/realloc.c
index de9675d59..b116ab112 100644
--- a/libc/stdlib/malloc-simple/realloc.c
+++ b/libc/stdlib/malloc-simple/realloc.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.