summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/heapwalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/heapwalk.c b/cpukit/score/src/heapwalk.c
index ee58ea278d..5bb57af0f4 100644
--- a/cpukit/score/src/heapwalk.c
+++ b/cpukit/score/src/heapwalk.c
@@ -28,7 +28,7 @@
#include <rtems/score/interr.h>
#include <rtems/bspIo.h>
-typedef (*Heap_Walk_printer)(int, bool, const char*, ...);
+typedef int (*Heap_Walk_printer)(int, bool, const char*, ...);
static void _Heap_Walk_print_nothing(
int source,