diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-11 08:16:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-11 08:16:01 +0000 |
commit | 284f2234b8471794bd14b46153eb740ddac0bbf9 (patch) | |
tree | 89f67af1f09974f7bcf77cd6804f8e1cc51ed564 /regress | |
parent | 0df69adda242dd1a83468cec48cbac36ad123106 (diff) |
EOL at end
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/malloc/malloc0test/malloc0test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/malloc0test/malloc0test.c b/regress/lib/libc/malloc/malloc0test/malloc0test.c index 910b466bd4d..a782424ba18 100644 --- a/regress/lib/libc/malloc/malloc0test/malloc0test.c +++ b/regress/lib/libc/malloc/malloc0test/malloc0test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malloc0test.c,v 1.2 2003/07/31 21:48:03 deraadt Exp $ */ +/* $OpenBSD: malloc0test.c,v 1.3 2004/02/11 08:16:00 deraadt Exp $ */ /* * Public domain. 2001, Theo de Raadt */ @@ -130,4 +130,4 @@ usage: } return rval; -}
\ No newline at end of file +} |