git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4511 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-02-03 13:19:39 +00:00
parent 2b0c600e69
commit 49cf0be8e0
1 changed files with 1 additions and 1 deletions

View File

@ -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