aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/allocator/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/allocator/driver.cxx')
-rw-r--r--examples/cxx/hybrid/allocator/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/allocator/driver.cxx b/examples/cxx/hybrid/allocator/driver.cxx
index a3d91a8..1e943ee 100644
--- a/examples/cxx/hybrid/allocator/driver.cxx
+++ b/examples/cxx/hybrid/allocator/driver.cxx
@@ -39,7 +39,7 @@ xsde_realloc (void* p, size_t n)
extern "C" void
xsde_free (void* p)
{
- return xsde_arena->free (p);
+ xsde_arena->free (p);
}
//