# HG changeset patch # User michael # Date 1229025735 0 # Node ID a3dab5ebe1400f1c33daabf34250977d97b74ab5 # Parent 72457fa9856afdc6943d40062b53b03d465408d1 Remove comment suggesting using variables ending in _t as this would break POSIX. diff -r 72457fa9856a -r a3dab5ebe140 nut.h --- a/nut.h Thu Dec 11 19:19:23 2008 +0000 +++ b/nut.h Thu Dec 11 20:02:15 2008 +0000 @@ -67,7 +67,7 @@ int16_t pts_delta; uint8_t reserved_count; uint8_t header_idx; -} FrameCode; // maybe s/FrameCode/framecode_t/ or change all to Java style but do not mix +} FrameCode; typedef struct { int last_flags;