Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Jan 20, 2017
1 parent d03c8a0 commit ccc0f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coap_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ coap_network_send(struct coap_context_t *context UNUSED_PARAM,
#ifndef CUSTOM_COAP_NETWORK_READ

#define SIN6(A) ((struct sockaddr_in6 *)(A))
#if defined(WITH_POSIX) || defiend(HAVE_WS2TCPIP_H)
#if defined(WITH_POSIX) || defined(HAVE_WS2TCPIP_H)
static coap_packet_t *
coap_malloc_packet(void) {
coap_packet_t *packet;
Expand Down

0 comments on commit ccc0f01

Please sign in to comment.