Skip to content

Commit

Permalink
label needs to be followed by a statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jun 18, 2024
1 parent c6e8e66 commit b3f2550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/secure_tunneling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ void s_secure_tunneling_websocket_transform_complete_task_fn(
}
}

error:
error:;
struct aws_websocket_on_connection_setup_data websocket_setup = {.error_code = error_code};
s_on_websocket_setup(&websocket_setup, secure_tunnel);

Expand Down

0 comments on commit b3f2550

Please sign in to comment.