Commit 1f52db16 authored by Herbert Rosmanith's avatar Herbert Rosmanith Committed by Alexandre Julliard

Fixed typo.

parent 5a8cd24d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment