summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-simple/free.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/malloc-simple/free.c')
-rw-r--r--libc/stdlib/malloc-simple/free.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/malloc-simple/free.c b/libc/stdlib/malloc-simple/free.c
index 553a6bfc8..3fc7a969e 100644
--- a/libc/stdlib/malloc-simple/free.c
+++ b/libc/stdlib/malloc-simple/free.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.