Skip to content

Commit 7d1f079

Browse files
committed
Fix closing bracket
1 parent 5c12773 commit 7d1f079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindgen/Utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static inline std::string replaceChar(const std::string &str,
109109
return std::string(str).replace(f, c1.length(), c2);
110110
}
111111
return std::string(str);
112+
}
112113

113114
/**
114115
* Types may be wrapper in a chain of typedefs.

0 commit comments

Comments
 (0)