mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
fixed warnings
svn path=/trunk/; revision=15218
This commit is contained in:
parent
58d25e229d
commit
abef9ffacb
30 changed files with 118 additions and 107 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue