Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: make ignore_non_trailer() non static
[gitweb.git]
/
column.c
diff --git
a/column.c
b/column.c
index ca878bcea7a42476a7c2b03e74897a2af87bec3f..76b615db5f2a4ff7567a7d1d9d6514f838f15321 100644
(file)
--- a/
column.c
+++ b/
column.c
@@
-367,7
+367,7
@@
int parseopt_column_callback(const struct option *opt,
}
static int fd_out = -1;
-static struct child_process column_process;
+static struct child_process column_process
= CHILD_PROCESS_INIT
;
int run_column_filter(int colopts, const struct column_options *opts)
{