[mapserver-commits] r7658 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Mon Jun 9 09:57:51 EDT 2008
Author: Assefa
Date: 2008-06-09 09:57:51 -0400 (Mon, 09 Jun 2008)
New Revision: 7658
Modified:
trunk/mapserver/mapwcs.c
Log:
Build error on windows
Modified: trunk/mapserver/mapwcs.c
===================================================================
--- trunk/mapserver/mapwcs.c 2008-06-09 07:18:53 UTC (rev 7657)
+++ trunk/mapserver/mapwcs.c 2008-06-09 13:57:51 UTC (rev 7658)
@@ -46,7 +46,7 @@
/************************************************************************/
static int msWCSValidateRangeSetParam(layerObj *lp, char *name, const char *value) {
char **tokens;
- int numtokens, i, match = 0;;
+ int numtokens, i, match = 0;
char *tmpname = NULL;
const char *tmpvalue = NULL;
More information about the mapserver-commits
mailing list