summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Rohee <rohee@cvs.openbsd.org>2003-03-31 19:12:36 +0000
committerBruno Rohee <rohee@cvs.openbsd.org>2003-03-31 19:12:36 +0000
commit2de846bbcc5aa243d55e8bd09b4ee18665019840 (patch)
tree672903ba51e51fb39fd7b71a8c067b96b5748e23
parent61c19c20382bf05678d77f659cddd97b629d6b9b (diff)
add a newline at end of file. gcc3 rightfully complains if the file
is not newline terminated. From Thorsten Glaser
-rw-r--r--lib/csu/common_elf/os-note-elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/common_elf/os-note-elf.h b/lib/csu/common_elf/os-note-elf.h
index 3981e852b33..938c0c246b4 100644
--- a/lib/csu/common_elf/os-note-elf.h
+++ b/lib/csu/common_elf/os-note-elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: os-note-elf.h,v 1.2 2001/02/03 23:00:38 art Exp $ */
+/* $OpenBSD: os-note-elf.h,v 1.3 2003/03/31 19:12:35 rohee Exp $ */
/*
* Contents:
*
@@ -18,4 +18,4 @@ __asm(" .section \".note.openbsd.ident\", \"a\"
.ascii \"OpenBSD\\0\"
.long 0
- .p2align 2"); \ No newline at end of file
+ .p2align 2");