aboutsummaryrefslogtreecommitdiffstats
path: root/lib/extract.c
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2018-12-07 22:26:09 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2019-03-07 15:02:17 +0800
commit6297f69da8f443c0e8cce03e97437945170a9cc4 (patch)
tree41e9521ab1646c1b167ecef121d3b39b70a0b27e /lib/extract.c
parent47bda70fb4cba47720e8aaca80e28985b7c7d99d (diff)
downloadnfcollect-6297f69da8f443c0e8cce03e97437945170a9cc4.tar
nfcollect-6297f69da8f443c0e8cce03e97437945170a9cc4.tar.gz
nfcollect-6297f69da8f443c0e8cce03e97437945170a9cc4.tar.bz2
nfcollect-6297f69da8f443c0e8cce03e97437945170a9cc4.tar.lz
nfcollect-6297f69da8f443c0e8cce03e97437945170a9cc4.tar.xz
nfcollect-6297f69da8f443c0e8cce03e97437945170a9cc4.tar.zst
nfcollect-6297f69da8f443c0e8cce03e97437945170a9cc4.zip
Minor formatting and copyright
Diffstat (limited to 'lib/extract.c')
-rw-r--r--lib/extract.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/extract.c b/lib/extract.c
index 5687ad2..50d9d6b 100644
--- a/lib/extract.c
+++ b/lib/extract.c
@@ -44,7 +44,8 @@ static bool extract_zstd(State *s, const void *src) {
static bool extract_lz4(State *s, const void *src) {
// TODO
- (void)s; (void)src;
+ (void)s;
+ (void)src;
return true;
}