Fix compiler warning on Windows

This commit is contained in:
Joseph C. Lehner 2020-12-09 11:45:37 +01:00
parent ef0f686cd6
commit e7a0e6a814

2
tftp.c
View file

@ -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;