Skip to content

Commit e1fcf62

Browse files
committed
lint
1 parent b252fd1 commit e1fcf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connection_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ static int s_aws_http_connection_manager_new_connection(struct aws_http_connecti
10461046
* to worry about that here.*/
10471047
strncpy(
10481048
socket_options.network_interface_name, aws_string_c_str(interface_name), AWS_NETWORK_INTERFACE_NAME_MAX);
1049-
#if defined(_MSC_VER)conmng.c
1049+
#if defined(_MSC_VER) conmng.c
10501050
# pragma warning(pop)
10511051
#endif
10521052
}

0 commit comments

Comments
 (0)