summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ccdbfc2..9d66594 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,7 +26,7 @@ static int stub_split(struct stream * const in, struct stream * const a, struct
static const struct stream stream_blank = {
.n = 0, .type = stream_invalid, .fd = -1, .settings = &settings,
- .name = NULL, .index = 0, .pnode = NULL, .cnode = NULL, .cache = NULL,
+ .name = NULL, .index = 0, .cnode = NULL, .cache = NULL,
.get_next_element_direct = stub_getnext,
.get_next_element_cache = stub_getnext,
.place_next_element_direct = stub_put,