
4 May
2011
4 May
'11
3:16 p.m.
On Wed, May 4, 2011 at 08:40, Luca Ceresoli wrote:
- ERROR: that open brace { should be on the previous line ... -uchar NetCDPAddr[6] =
{ 0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc };
+uchar NetCDPAddr[6] = {
0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc };
...
your fix here is worse than the original. just leave them be. -mike