Fix compiler warning on Windows
This commit is contained in:
parent
ef0f686cd6
commit
e7a0e6a814
1 changed files with 1 additions and 1 deletions
2
tftp.c
2
tftp.c
|
@ -334,7 +334,7 @@ int tftp_put(struct nmrpd_args *args)
|
|||
#ifndef NMRPFLASH_WINDOWS
|
||||
int enabled = 1;
|
||||
#else
|
||||
BOOL enabled = TRUE;
|
||||
char enabled = TRUE;
|
||||
#endif
|
||||
|
||||
sock = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue