summaryrefslogtreecommitdiffstats
path: root/palette.c
diff options
context:
space:
mode:
Diffstat (limited to 'palette.c')
-rw-r--r--palette.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/palette.c b/palette.c
index 20947cd..5a437e9 100644
--- a/palette.c
+++ b/palette.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "palette.h"
@@ -31,8 +31,8 @@
* 0x00, 0x11, 0x22, ..., 0xDD, 0xEE, 0xFF.
*/
-rgba palette[MAX_PALETTE] ;
unsigned paletteSize ;
+rgba palette[MAX_PALETTE] ;
static int masterhash[HASH_SIZE];
static int bucketlinks[MAX_PALETTE];