NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
5:dd63a1e02b1b
Parent:
4:fd826cad83c0
--- a/lwip/netif/ppp/vj.c	Fri Jul 09 14:46:47 2010 +0000
+++ b/lwip/netif/ppp/vj.c	Tue Jul 27 15:59:42 2010 +0000
@@ -608,7 +608,7 @@
       goto bad;
     }
 
-    bufptr = (u8_t*)n0->payload;
+    bufptr = (u8_t *)n0->payload;
     for(q = np; q != NULL; q = q->next) {
       MEMCPY(q->payload, bufptr, q->len);
       bufptr += q->len;