diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |