More implementation.
[wrappi.git] / generator-lib / wrappi_accumulator.ml
index ac09b99..3713d35 100644 (file)
@@ -101,7 +101,8 @@ let rec resolve_typedefs thing name loc = function
       exit 1
 
 let resolve_typedefs_in_ret thing name loc = function
-  | RVoid as t -> t
+  | (RVoid
+        | RStaticString) as t -> t
   | Return t -> Return (resolve_typedefs thing name loc t)
 
 let get_api () =