changeset 30975:72e4e8f983f9

VBlankActiveFunc is a pointer to a parameterless function; mark it as such. This fixes the warning: vidix/sis_vid.c:96: warning: function declaration isn't a prototype
author diego
date Mon, 05 Apr 2010 15:58:38 +0000
parents bd964ca1f6fa
children 6955998c187e
files vidix/sis_vid.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/sis_vid.c	Mon Apr 05 13:11:06 2010 +0000
+++ b/vidix/sis_vid.c	Mon Apr 05 15:58:38 2010 +0000
@@ -93,7 +93,7 @@
 
     uint8_t lineBufSize;
 
-     uint8_t(*VBlankActiveFunc) ();
+     uint8_t(*VBlankActiveFunc)(void);
 
     uint16_t SCREENheight;