Fix warning.

This commit is contained in:
Aaron Plattner
2008-01-25 18:15:12 -08:00
parent e844f10c7b
commit d2367140ad
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
#include "g80_display.h"
#include "g80_output.h"
static CARD32 G80FindLoadVal(const unsigned char *table1)
static unsigned G80FindLoadVal(const unsigned char *table1)
{
const unsigned char *p = table1;
int count;

View File

@@ -56,7 +56,7 @@ typedef struct G80Rec {
Bool present;
ORNum or;
} lvds;
CARD32 loadVal;
unsigned loadVal;
xf86Int10InfoPtr int10;
int int10Mode; /* Console mode to restore */