From 6da81f8a9c9d45397c988ecf9fcd89949e98d7cf Mon Sep 17 00:00:00 2001 From: ray <> Date: Thu, 4 Dec 2008 03:52:31 +0000 Subject: [PATCH] Don't have anything after #endif. Caught by pcc. OK martynas --- src/include/complex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/complex.h b/src/include/complex.h index 36cc3f99..aa89d700 100644 --- a/src/include/complex.h +++ b/src/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 * @@ -119,4 +119,4 @@ long double creall(long double complex); #endif __END_DECLS -#endif _COMPLEX_H_ /* !_COMPLEX_H_ */ +#endif /* !_COMPLEX_H_ */