Skip to content

Commit 25e0ca3

Browse files
Update external-table/test/libchurl_test.c
Co-authored-by: Dianjin Wang <wangdianjin@gmail.com>
1 parent 93e3878 commit 25e0ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external-table/test/libchurl_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ test_churl_init_download(void **state)
184184
static void
185185
write_callback_wrapper(void *ptr)
186186
{
187-
churl_context *user_context = (churl_context *) ptr;
187+
churl_context * user_context = (churl_context *) ptr;
188188
write_callback(read_string, sizeof(char), strlen(read_string) + 1, user_context);
189189
}
190190

0 commit comments

Comments
 (0)