about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-01 20:34:36 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-01 20:34:36 +0100
commitc9279061fa34c3fc15af49826d9f6fca4dc61b84 (patch)
tree20eaf505dbdedfb88c3d7c3a3d7e90eb304bee4b /src/include/debug.h
parent5bfe397c63a8876501500f96514376c92e851581 (diff)
downloadbox64-c9279061fa34c3fc15af49826d9f6fca4dc61b84.tar.gz
box64-c9279061fa34c3fc15af49826d9f6fca4dc61b84.zip
[ANDROID] Build fix
Diffstat (limited to 'src/include/debug.h')
-rwxr-xr-xsrc/include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 43a3e2ad..bebc3317 100755
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -82,7 +82,7 @@ extern size_t(*box_malloc_usable_size)(void*);
 extern void*(*__libc_malloc)(size_t);
 extern void*(*__libc_realloc)(void*, size_t);
 extern void*(*__libc_calloc)(size_t, size_t);
-extern void (*__libc_free*)(void*);
+extern void (*__libc_free)(void*);
 extern void*(*__libc_memalign)(size_t, size_t);
 #else
 extern void* __libc_malloc(size_t);