1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 19:34:14 +00:00

fix bad function prototype

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26131 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2008-02-29 20:06:21 +00:00
parent b37e883a3d
commit dfc775a923

View File

@ -596,7 +596,7 @@ static int s3_probe (int verbose, int force)
return err;
}
static int s3_init (const char *args __attribute__ ((unused)))
static int s3_init (void)
{
unsigned char cr36;
int mtrr, videoRam;