# HG changeset patch # User diego # Date 1234872190 0 # Node ID c9ef08e6e4a9f2f81fc5a3a562eaaad8916c581b # Parent f4b9967e0131eb25eadda4b1365604bc1ff93c1c cosmetics: 'const static' --> 'static const' to avoid warnings of the type "'static' is not at beginning of declaration" with -Wextra. diff -r f4b9967e0131 -r c9ef08e6e4a9 nutenc.c --- a/nutenc.c Tue Feb 17 08:12:51 2009 +0000 +++ b/nutenc.c Tue Feb 17 12:03:10 2009 +0000 @@ -109,7 +109,7 @@ int i; //FIXME this is lame //FIXME write a 2pass mode to find the maximal headers - const static uint8_t headers[][5]={ + static const uint8_t headers[][5]={ {3, 0x00, 0x00, 0x01}, {4, 0x00, 0x00, 0x01, 0xB6}, {2, 0xFF, 0xFA}, //mp3+crc