[mapserver-commits] r8448 - trunk/mapserver/mapscript/php3

svn at osgeo.org svn at osgeo.org
Wed Jan 21 13:56:43 EST 2009


Author: aboudreault
Date: 2009-01-21 13:56:42 -0500 (Wed, 21 Jan 2009)
New Revision: 8448

Modified:
   trunk/mapserver/mapscript/php3/php_mapscript.c
Log:
Converted a CPP comment to C comment.


Modified: trunk/mapserver/mapscript/php3/php_mapscript.c
===================================================================
--- trunk/mapserver/mapscript/php3/php_mapscript.c	2009-01-21 18:47:35 UTC (rev 8447)
+++ trunk/mapserver/mapscript/php3/php_mapscript.c	2009-01-21 18:56:42 UTC (rev 8448)
@@ -2111,7 +2111,7 @@
               bSetNewExtents =1;
         }
     }
-    // Free the temporary projection object   
+    /* Free the temporary projection object */
     msFreeProjection(&out);
 
     if (bWKTProj) 



More information about the mapserver-commits mailing list