MAPI_RETVAL_IF missing ";" could cause surprises ;-)
authorDan Shearer <dan@openchange.org>
Sat, 8 Sep 2007 10:42:34 +0000 (10:42 +0000)
committerDan Shearer <dan@openchange.org>
Sat, 8 Sep 2007 10:42:34 +0000 (10:42 +0000)
libmapi/conf/mparse.pl

index 5154209e44823982530aaf2981069dcc9c18bed3..3555dfe90973cc9a84147e0ba8de7e36d809421d 100755 (executable)
@@ -354,7 +354,7 @@ sub mapicodes_header($)
     mparse "           }                       \\";
     mparse "           return -1;              \\";
     mparse "   }                               \\";
-    mparse "} while (0)";
+    mparse "} while (0);";
     mparse "";
     mparse "/* Status macros for MAPI */";
     mparse "typedef unsigned long      SCODE;";