summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-19 02:17:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-19 02:17:10 +0000
commit7d6701d3b6722a82ca1cf4e3beb19dfd7354c35a (patch)
tree5d976164ce3cfaa88094eac2008090b3f9c467cd /cpukit/libcsupport/src/malloc.c
parent2006-11-18 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7d6701d3b6722a82ca1cf4e3beb19dfd7354c35a.tar.bz2
Fix typo in yesterday's patch.
Diffstat (limited to 'cpukit/libcsupport/src/malloc.c')
-rw-r--r--cpukit/libcsupport/src/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/malloc.c b/cpukit/libcsupport/src/malloc.c
index c261e1e070..4364e4693c 100644
--- a/cpukit/libcsupport/src/malloc.c
+++ b/cpukit/libcsupport/src/malloc.c
@@ -41,7 +41,7 @@
#define unsigned long uintmax_t
#ifndef PRIuMAX
-#define PRIuMAX "%lu"
+#define PRIuMAX "lu"
#endif
#endif