functions need to return values
This commit is contained in:
parent
d06acc6753
commit
3eb008b6d8
1 changed files with 1 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ static int set_hupcl(t_comport *x, int nr)
|
||||||
// this is a dummy function since Windows doesn't use HUPCL, AFAIK hans@eds.org
|
// this is a dummy function since Windows doesn't use HUPCL, AFAIK hans@eds.org
|
||||||
(void)x;
|
(void)x;
|
||||||
(void)nr;
|
(void)nr;
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static HANDLE open_serial(unsigned int com_num, t_comport *x)
|
static HANDLE open_serial(unsigned int com_num, t_comport *x)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue