diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-01-23 21:57:40 +0100 |
commit | 7af43d5db0d9e4000f64a9bdd2064d56f1fb1e92 (patch) | |
tree | 2529fc9a9aaf324c8f6373b3ea81053e6e9711e3 /optimize.c | |
parent | a085f93daf543a53cabdfbeca81c54cd010b8023 (diff) |
Clean up some whitespaces
Diffstat (limited to 'optimize.c')
-rw-r--r-- | optimize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2477,7 +2477,7 @@ filled: * done with the filter program. See the pcap man page. */ struct bpf_insn * -icode_to_fcode(struct icode *ic, struct block *root, u_int *lenp, +icode_to_fcode(struct icode *ic, struct block *root, u_int *lenp, char *errbuf) { u_int n; |