Changed C++ comments to C style

This commit is contained in:
Simon Goldschmidt
2013-01-11 21:27:45 +01:00
parent 3bb29bf63a
commit d237ec7e78
2 changed files with 167 additions and 165 deletions

View File

@@ -1482,7 +1482,7 @@ decode_next:
LWIP_ASSERT("next pbuf was null", q);
options = (u8_t*)q->payload;
} else {
// We've run out of bytes, probably no end marker. Don't proceed.
/* We've run out of bytes, probably no end marker. Don't proceed. */
break;
}
}