[cig-commits] r13883 - cs/spatialdata-0.1/trunk/libsrc/spatialdb

brad at geodynamics.org brad at geodynamics.org
Sun Jan 18 16:38:43 PST 2009


Author: brad
Date: 2009-01-18 16:38:42 -0800 (Sun, 18 Jan 2009)
New Revision: 13883

Modified:
   cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc
Log:
Fixed another typo.

Modified: cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc
===================================================================
--- cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc	2009-01-19 00:37:48 UTC (rev 13882)
+++ cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc	2009-01-19 00:38:42 UTC (rev 13883)
@@ -29,7 +29,7 @@
 
 #include <cstring> // USES memcpy()
 #include <strings.h> // USES strcasecmp()
-#include <cassert.> // USES assert()
+#include <cassert> // USES assert()
 #include <sstream> // USES std::ostringsgream
 #include <algorithm> // USES std::fill(), std::lower_bound(), std::distance()
 



More information about the CIG-COMMITS mailing list