X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator-lib%2Fwrappi_accumulator.ml;h=ac09b99e9bd64302134ced8691e71a18ecc5a897;hb=a3d742e544ffaff9fc0425cf727060be0d3a2631;hp=e2af4f840b3a8c4c1d00bc52228959bf057a76b5;hpb=38e9518c97b2ae11b68382afa1ecae7feceeae2a;p=wrappi.git diff --git a/generator-lib/wrappi_accumulator.ml b/generator-lib/wrappi_accumulator.ml index e2af4f8..ac09b99 100644 --- a/generator-lib/wrappi_accumulator.ml +++ b/generator-lib/wrappi_accumulator.ml @@ -101,7 +101,7 @@ let rec resolve_typedefs thing name loc = function exit 1 let resolve_typedefs_in_ret thing name loc = function - | RErr as t -> t + | RVoid as t -> t | Return t -> Return (resolve_typedefs thing name loc t) let get_api () =