mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +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
|
@ -326,7 +326,7 @@ static void ReadHelp(DFWINDOW wnd)
|
|||
cwnd->wndproc = HelpTextProc;
|
||||
/* ----- read the help text ------- */
|
||||
while (TRUE) {
|
||||
unsigned char *cp = hline, *cp1;
|
||||
char *cp = hline, *cp1;
|
||||
int colorct = 0;
|
||||
if (DfGetHelpLine(hline) == NULL)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue