[geos-commits] r2834 - trunk/source/headers/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Dec 22 06:38:44 EST 2009


Author: mloskot
Date: 2009-12-22 06:38:43 -0500 (Tue, 22 Dec 2009)
New Revision: 2834

Modified:
   trunk/source/headers/geos/export.h
Log:
Fixed compiler warning about extra tokens at end of #endif directive in export.h

Modified: trunk/source/headers/geos/export.h
===================================================================
--- trunk/source/headers/geos/export.h	2009-12-15 17:29:19 UTC (rev 2833)
+++ trunk/source/headers/geos/export.h	2009-12-22 11:38:43 UTC (rev 2834)
@@ -12,7 +12,6 @@
  * See the COPYING file for more information.
  *
  **********************************************************************/
-
 #ifndef GEOS_EXPORT_H
 #define GEOS_EXPORT_H
 
@@ -30,5 +29,4 @@
 #  define GEOS_DLL
 #endif
 
-#endif // GEOS_EXPORT_H
-
+#endif



More information about the geos-commits mailing list