From ab4e21df2a267feee26a01ae56d452a76e44a8b0 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 25 Oct 2001 09:20:23 +0000 Subject: [PATCH] Suppress trivial warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2461 b3059339-0415-0410-9bf9-f77b7e298cf2 --- linux/vbelib.c | 2 +- linux/vbelib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/vbelib.c b/linux/vbelib.c index 494587ef6d..7e0902d160 100644 --- a/linux/vbelib.c +++ b/linux/vbelib.c @@ -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; -} \ No newline at end of file +} diff --git a/linux/vbelib.h b/linux/vbelib.h index 766e56e57f..9711be5818 100644 --- a/linux/vbelib.h +++ b/linux/vbelib.h @@ -224,4 +224,4 @@ extern int vbeGetProtModeInfo(struct VesaProtModeInterface *); /* Standard VGA stuff */ int vbeWriteString(int x, int y, int attr, char *str); -#endif \ No newline at end of file +#endif