fixed warnings

svn path=/trunk/; revision=15218
This commit is contained in:
Thomas Bluemel 2005-05-11 16:50:39 +00:00
parent 58d25e229d
commit abef9ffacb
30 changed files with 118 additions and 107 deletions

View file

@ -94,7 +94,7 @@ void DfInsertTitle(DFWINDOW wnd, char *ttl)
strcpy(wnd->title, ttl);
}
static unsigned char line[300];
static char line[300];
/* ------ write a line to video window client area ------ */
void DfWriteLine(DFWINDOW wnd, char *str, int x, int y, BOOL pad)