projects
/
pazpar2-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:
9462430
)
void function cannot return value
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 12 Nov 2013 11:02:43 +0000
(12:02 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 12 Nov 2013 11:02:43 +0000
(12:02 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
f11ae21
..
1273b8b
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-299,7
+299,7
@@
static void error(struct http_response *rs,
enum pazpar2_error_code code,
const char *addinfo)
{
- return error2(rs, code, addinfo, 0);
+ error2(rs, code, addinfo, 0);
}
static void response_open_command(struct http_channel *c, const char *command)