projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4caf4
)
Dont call return for void function
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 10 Jul 2009 12:37:32 +0000
(14:37 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 10 Jul 2009 12:37:32 +0000
(14:37 +0200)
src/wrbuf.c
patch
|
blob
|
history
diff --git
a/src/wrbuf.c
b/src/wrbuf.c
index
aa653f7
..
01532c7
100644
(file)
--- a/
src/wrbuf.c
+++ b/
src/wrbuf.c
@@
-37,7
+37,7
@@
WRBUF wrbuf_alloc(void)
void wrbuf_free(WRBUF b, int x)
{
- return wrbuf_destroy(b);
+ wrbuf_destroy(b);
}
void wrbuf_destroy(WRBUF b)