wmusic: Fix incompatible pointer types.

This commit is contained in:
Doug Torrance 2018-06-22 16:20:59 -04:00 committed by Carlos R. Mafra
parent 9f5c04185b
commit e94de4a618

View file

@ -737,7 +737,7 @@ void ExecuteXmms(void)
int main(int argc, char **argv)
{
unsigned height, width;
short unsigned int height, width;
DACallbacks callbacks={NULL, buttonPress, buttonRelease, buttonDrag,
NULL, NULL, NULL};