# HG changeset patch # User diego # Date 1274954910 0 # Node ID b35751576d17af72b1842d551078fff7a9f6d832 # Parent 85219fe5960ca711cb701e8d2c44d166629b58c0 cosmetics: Drop pointless _s suffix from 'struct mp_image'. diff -r 85219fe5960c -r b35751576d17 libmpcodecs/mp_image.h --- a/libmpcodecs/mp_image.h Thu May 27 09:59:15 2010 +0000 +++ b/libmpcodecs/mp_image.h Thu May 27 10:08:30 2010 +0000 @@ -96,7 +96,7 @@ #define MP_IMGFIELD_BOTTOM 0x10 #define MP_IMGFIELD_INTERLACED 0x20 -typedef struct mp_image_s { +typedef struct mp_image { unsigned int flags; unsigned char type; int number;