projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c1a09f
)
correcting syntax error
author
Miklos Tirpak
<miklos@iptel.org>
Mon, 5 Nov 2007 10:11:50 +0000
(10:11 +0000)
committer
Miklos Tirpak
<miklos@iptel.org>
Mon, 5 Nov 2007 10:11:50 +0000
(10:11 +0000)
mem/ll_malloc.c
patch
|
blob
|
history
diff --git
a/mem/ll_malloc.c
b/mem/ll_malloc.c
index
ea106ef
..
894a22b
100644
(file)
--- a/
mem/ll_malloc.c
+++ b/
mem/ll_malloc.c
@@
-970,7
+970,7
@@
void sfm_status(struct sfm_block* qm)
unsigned long size;
int k;
-#warning
ll_status doesn't work (might crash if used)
+#warning
"ll_status doesn't work (might crash if used)"
LOG(memlog, "sfm_status (%p):\n", qm);
if (!qm) return;