I have the power, but not the confidence, to commit this one without review. 
(I don't do perl, and I don't have much experience with code generators).

It looks like mapitags.h has a duplicate ; at the end of the structure  
definition (around line 3509).

Is this fix OK?
Index: libmapi/conf/mparse.pl
===================================================================
--- libmapi/conf/mparse.pl      (revision 366)
+++ libmapi/conf/mparse.pl      (working copy)
@@ -191,7 +191,7 @@

     mparse sprintf "{ %-51s, %-13d, \"NULL\"}", 0, 0;
     deindent;
-    mparse "};;";
+    mparse "};";
     mparse "";
     mparse "_PUBLIC_ const char *get_proptag_name(uint32_t proptag)";
     mparse "{";

Brad
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to