[mapserver-commits] r8797 - sandbox/graphics
svn at osgeo.org
svn at osgeo.org
Sat Mar 14 05:38:14 EDT 2009
Author: tbonfort
Date: 2009-03-14 05:38:14 -0400 (Sat, 14 Mar 2009)
New Revision: 8797
Modified:
sandbox/graphics/maperror.h
Log:
formatting
Modified: sandbox/graphics/maperror.h
===================================================================
--- sandbox/graphics/maperror.h 2009-03-14 09:20:19 UTC (rev 8796)
+++ sandbox/graphics/maperror.h 2009-03-14 09:38:14 UTC (rev 8797)
@@ -15,7 +15,7 @@
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
- * The above copyright notice and this permission notice shall be included in
+ * The above copyright notice and this permission notice shall be included in
* all copies of this Software or works derived from this Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
@@ -39,7 +39,7 @@
*====================================================================*/
#define MS_NOERR 0 /* general error codes */
-#define MS_IOERR 1
+#define MS_IOERR 1
#define MS_MEMERR 2
#define MS_TYPEERR 3
#define MS_SYMERR 4
@@ -144,7 +144,7 @@
MS_DEBUGMODE_WINDOWSDEBUG
} debugMode;
-typedef struct debug_info_obj
+typedef struct debug_info_obj
{
debugLevel global_debug_level;
debugMode debug_mode;
More information about the mapserver-commits
mailing list