Ignore:
Timestamp:
03/06/08 16:39:07 (16 years ago)
Author:
r2d
Message:

made some const changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcenc/huffsv7.c

    r161 r382  
    104104};
    105105
    106 const Huffman_t* HuffQ [2] [8] = {
     106Huffman_t const * const HuffQ [2] [8] = {
    107107        { HuffQ1, HuffQ2[0], HuffQ3, HuffQ4, HuffQ5[0], HuffQ6[0], HuffQ7[0], HuffQ8[0] },
    108108        { HuffQ1, HuffQ2[1], HuffQ3, HuffQ4, HuffQ5[1], HuffQ6[1], HuffQ7[1], HuffQ8[1] }
Note: See TracChangeset for help on using the changeset viewer.