comparison th_ioctx_stdio.c @ 772:1959ba53e9dc

Fix th_ioctx_t_ops -> th_ioctx_ops_t
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Feb 2023 23:36:33 +0200
parents c17eadc60c3d
children
comparison
equal deleted inserted replaced
771:c17eadc60c3d 772:1959ba53e9dc
141 ctx->status = th_get_error(); 141 ctx->status = th_get_error();
142 return ret; 142 return ret;
143 } 143 }
144 144
145 145
146 const th_ioctx_t_ops th_stdio_io_ops = 146 const th_ioctx_ops_t th_stdio_io_ops =
147 { 147 {
148 "stdio", 148 "stdio",
149 149
150 th_stdio_fopen, 150 th_stdio_fopen,
151 th_stdio_fclose, 151 th_stdio_fclose,