Suppress trivial warnings
author |
nick |
date |
Thu, 25 Oct 2001 09:20:23 +0000 |
parents |
a20112a0d5c1 |
children |
60f16575bece |
files |
linux/vbelib.c linux/vbelib.h |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/linux/vbelib.c Thu Oct 25 09:07:15 2001 +0000
+++ b/linux/vbelib.c Thu Oct 25 09:20:23 2001 +0000
@@ -406,4 +406,4 @@
retval = r.eax & 0xffff;
if(retval == 0x4f) retval = VBE_OK;
return retval;
-}
\ No newline at end of file
+}
--- a/linux/vbelib.h Thu Oct 25 09:07:15 2001 +0000
+++ b/linux/vbelib.h Thu Oct 25 09:20:23 2001 +0000
@@ -224,4 +224,4 @@
/* Standard VGA stuff */
int vbeWriteString(int x, int y, int attr, char *str);
-#endif
\ No newline at end of file
+#endif