Skip to content

Commit 3644364

Browse files
committed
[WRAPPER] Fix build
1 parent b9f17a8 commit 3644364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wrapped/wrappedavahicommon.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ EXPORT void* my_avahi_string_list_add_many_va(x64emu_t* emu, void* list, x64_va_
198198
(void)emu;
199199
CONVERT_VALIST(b);
200200
#else
201-
CREATE_VALIST_FROM_VALIST(b, emu->scratch);)
201+
CREATE_VALIST_FROM_VALIST(b, emu->scratch);
202202
#endif
203203
return my->avahi_string_list_add_many_va(list, VARARGS);
204204
}
@@ -233,7 +233,7 @@ EXPORT void* my_avahi_string_list_new_va(x64emu_t* emu, x64_va_list_t b)
233233
(void)emu;
234234
CONVERT_VALIST(b);
235235
#else
236-
CREATE_VALIST_FROM_VALIST(b, emu->scratch);)
236+
CREATE_VALIST_FROM_VALIST(b, emu->scratch);
237237
#endif
238238
return my->avahi_string_list_new_va(VARARGS);
239239
}

0 commit comments

Comments
 (0)