diff options
author | Werner Koch <[email protected]> | 2020-08-24 09:44:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-08-24 10:56:13 +0000 |
commit | 59d9f8106db3a23cb5d51d01dc6b719413d3f760 (patch) | |
tree | bdabdd2cc11fc58c61747ffeee1e1ce31905647b /src/estream.c | |
parent | core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir. (diff) | |
download | libgpg-error-1.39.tar.gz libgpg-error-1.39.zip |
Release 1.39libgpg-error-1.39gpgrt-1.39
Diffstat (limited to 'src/estream.c')
-rw-r--r-- | src/estream.c | 2 |
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; |