Fixed typo.

This commit is contained in:
Herbert Rosmanith 1999-01-28 09:57:43 +00:00 committed by Alexandre Julliard
parent 5a8cd24d93
commit 1f52db16f2

View file

@ -823,7 +823,7 @@ INT16 WINAPI GetCommError(INT16 fd,LPCOMSTAT lpStat)
int act;
unsigned int mstat;
if ((act = GetCommPort(fd)) == -1) {
WARN(comm," fd %d not comm port\n",act);
WARN(comm," fd %d not comm port\n",fd);
return CE_MODE;
}
stol = (unsigned char *)unknown[act] + COMM_MSR_OFFSET;