Fix some C code that MSVC doesn't like
This commit is contained in:
parent
12623deb19
commit
3d351eac09
4 changed files with 7 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ static inline void *ts_realloc(void *buffer, size_t size) {
|
|||
}
|
||||
|
||||
static inline void ts_free(void *buffer) {
|
||||
return ts_record_free(buffer);
|
||||
ts_record_free(buffer);
|
||||
}
|
||||
|
||||
static inline bool ts_toggle_allocation_recording(bool value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue