Skip to content
Snippets Groups Projects
Commit c00688da authored by Mark D. Roth's avatar Mark D. Roth
Browse files

Fix build problem.

parent 0e44a258
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ void grpc_channel_next_get_info(grpc_exec_ctx *exec_ctx, ...@@ -259,7 +259,7 @@ void grpc_channel_next_get_info(grpc_exec_ctx *exec_ctx,
grpc_channel_element *elem, grpc_channel_element *elem,
const grpc_channel_info *channel_info) { const grpc_channel_info *channel_info) {
grpc_channel_element *next_elem = elem + 1; grpc_channel_element *next_elem = elem + 1;
return next_elem->filter->get_channel_info(exec_ctx, next_elem, channel_info); next_elem->filter->get_channel_info(exec_ctx, next_elem, channel_info);
} }
void grpc_channel_next_op(grpc_exec_ctx *exec_ctx, grpc_channel_element *elem, void grpc_channel_next_op(grpc_exec_ctx *exec_ctx, grpc_channel_element *elem,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment