mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 07:31:48 +00:00
fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4511 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2b0c600e69
commit
49cf0be8e0
@ -42,7 +42,7 @@ int mtrr_set_type(unsigned base,unsigned size,int type)
|
||||
return ENOSYS;
|
||||
#else
|
||||
#warning Please port MTRR stuff!!!
|
||||
return ENOSYS
|
||||
return ENOSYS;
|
||||
#endif
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user