aboutsummaryrefslogtreecommitdiffstats
path: root/src/estream.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-08-24 09:44:57 +0000
committerWerner Koch <[email protected]>2020-08-24 10:56:13 +0000
commit59d9f8106db3a23cb5d51d01dc6b719413d3f760 (patch)
treebdabdd2cc11fc58c61747ffeee1e1ce31905647b /src/estream.c
parentcore,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir. (diff)
downloadlibgpg-error-1.39.tar.gz
libgpg-error-1.39.zip
Diffstat (limited to 'src/estream.c')
-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;