Skip to content

Commit 0691112

Browse files
Fix build on Android part 2
1 parent e61b31a commit 0691112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/host.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ void ffPrintHost(FFinstance* instance)
109109

110110
#ifdef __ANDROID__
111111
#define FF_HOST_DATA(name)
112-
FFstrbuf product_name; \
113-
ffStrbufInitA(&product_name, 0);
112+
FFstrbuf name; \
113+
ffStrbufInitA(&name, 0);
114114
#else
115115
#define FF_HOST_DATA(name) \
116116
FFstrbuf name; \

0 commit comments

Comments
 (0)