]> granicus.if.org Git - cgit/commit
filter: make exit status local
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 02:51:02 +0000 (03:51 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 16:45:43 +0000 (17:45 +0100)
commitb67ea0c0222d5b7eb4f65413047138e72055d8c5
treeffe64bf5f2c07806b59df61031cbe5c28a3866e0
parentd01a6eec4355af5266b114760c7264a2e6bf73fc
filter: make exit status local

It's only used in one place, and not useful to have around since
close_filter will die() if exit_status isn't what it expects, anyway. So
this is best as just a local variable instead of as part of the struct.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
cgit.h
shared.c