Suppress trivial warnings

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2461 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2001-10-25 09:20:23 +00:00
parent c3363a65ea
commit ab4e21df2a
2 changed files with 2 additions and 2 deletions

View File

@ -406,4 +406,4 @@ int vbeWriteString(int x, int y, int attr, char *str)
retval = r.eax & 0xffff;
if(retval == 0x4f) retval = VBE_OK;
return retval;
}
}

View File

@ -224,4 +224,4 @@ extern int vbeGetProtModeInfo(struct VesaProtModeInterface *);
/* Standard VGA stuff */
int vbeWriteString(int x, int y, int attr, char *str);
#endif
#endif