summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2008-12-04 03:52:32 +0000
committerRay Lai <ray@cvs.openbsd.org>2008-12-04 03:52:32 +0000
commitbb81289ec52773b6463b22b555d99ef8f0f6c353 (patch)
tree11f6afeeaf83b62e8f6bfc40ec3063d79c341d8d
parentb31366e422eadfe3261e107ff625a058b3878daa (diff)
Don't have anything after #endif.
Caught by pcc. OK martynas
-rw-r--r--include/complex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/complex.h b/include/complex.h
index 36cc3f9994b..aa89d70079e 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: complex.h,v 1.1 2008/09/07 20:36:07 martynas Exp $ */
+/* $OpenBSD: complex.h,v 1.2 2008/12/04 03:52:31 ray Exp $ */
/*
* Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org>
*
@@ -119,4 +119,4 @@ long double creall(long double complex);
#endif
__END_DECLS
-#endif _COMPLEX_H_ /* !_COMPLEX_H_ */
+#endif /* !_COMPLEX_H_ */