Remove extra #endif

This commit is contained in:
Bruce Momjian 1999-07-30 03:45:44 +00:00
parent 5fb84df9b1
commit fca190e102
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: isinf.c,v 1.12 1999/07/18 20:43:33 momjian Exp $ */
/* $Id: isinf.c,v 1.13 1999/07/30 03:45:44 momjian Exp $ */
#include <math.h>
@ -66,4 +66,3 @@ isinf(double x)
#endif
#endif
#endif