summaryrefslogtreecommitdiff
path: root/nuttx/mm/umm_zalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/umm_zalloc.c')
-rw-r--r--nuttx/mm/umm_zalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/mm/umm_zalloc.c b/nuttx/mm/umm_zalloc.c
index ebe232e22..20a37c2e2 100644
--- a/nuttx/mm/umm_zalloc.c
+++ b/nuttx/mm/umm_zalloc.c
@@ -62,7 +62,7 @@
#else
/* Otherwise, the user heap data structures are in common .bss */
-# define USR_HEAP &g_mmheap;
+# define USR_HEAP &g_mmheap
#endif
/****************************************************************************