pedantic warning fixes
svn-id: r7794
This commit is contained in:
parent
c24df81f78
commit
11d29b71ab
4 changed files with 10 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue