aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/estream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/estream.c b/src/estream.c
index 0d37c1a..f75e052 100644
--- a/src/estream.c
+++ b/src/estream.c
@@ -3374,7 +3374,7 @@ _gpgrt_fopencookie (void *_GPGRT__RESTRICT cookie,
estream_t stream;
int err;
es_syshd_t syshd;
- struct cookie_io_functions_s io_functions = { functions, NULL, };
+ struct cookie_io_functions_s io_functions = { functions, NULL };
stream = NULL;
modeflags = 0;