pedantic warning fixes

svn-id: r7794
This commit is contained in:
Max Horn 2003-05-21 17:49:33 +00:00
parent c24df81f78
commit 11d29b71ab
4 changed files with 10 additions and 10 deletions

View file

@ -347,7 +347,7 @@ void dump_bitmap(const char *filename, byte *offs, int w, int h, int flags, cons
}
}
dump_bmp(filename, w, h, b, (uint32 *)palette);
dump_bmp(filename, w, h, b, (const uint32 *)palette);
free(b);
}