Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git wrapper: also use aliases to correct mistyped commands
[gitweb.git]
/
http.c
diff --git
a/http.c
b/http.c
index 1108ab4a3101fb4768cad420ccfdb52d87890a18..07889367040c4b49ca335262a69cfd91ba637f3c 100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-402,7
+402,7
@@
static struct fill_chain *fill_cfg = NULL;
void add_fill_function(void *data, int (*fill)(void *))
{
- struct fill_chain *new = malloc(sizeof(*new));
+ struct fill_chain *new =
x
malloc(sizeof(*new));
struct fill_chain **linkp = &fill_cfg;
new->data = data;
new->fill = fill;