diff nut.h @ 4078:a3dab5ebe140 libavformat

Remove comment suggesting using variables ending in _t as this would break POSIX.
author michael
date Thu, 11 Dec 2008 20:02:15 +0000
parents a5c615b9d8ec
children aea6eb7fd713
line wrap: on
line diff
--- 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;