Skip to content
Snippets Groups Projects
Commit 1f52db16 authored by Herbert Rosmanith's avatar Herbert Rosmanith Committed by Alexandre Julliard
Browse files

Fixed typo.

parent 5a8cd24d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment