Browse Source

socket_examples.c: trivial line change fix

master
goldsimon 11 years ago
parent
commit
5c06e9d949
  1. 1
      apps/socket_examples/socket_examples.c

1
apps/socket_examples/socket_examples.c

@ -55,7 +55,6 @@ typedef struct _xx
LWIP_ASSERT("buf4 fail", !memcmp((sets)->buf4, cmpbuf, 8)); \
}while(0)
/** This is an example function that tests
blocking- and nonblocking connect. */
static void

Loading…
Cancel
Save