commit | 1f52db16f284b85fa8a698173c02ea651fff44dc | [log] [tgz] |
---|---|---|
author | Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at> | Thu Jan 28 09:57:43 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 28 09:57:43 1999 +0000 |
tree | de863d205c02885d4c1b4b76ae5e0b2b5faa147c | |
parent | 5a8cd24d93db580ec52a5f07f39a1729de8d4127 [diff] |
Fixed typo.
diff --git a/misc/comm.c b/misc/comm.c index f28c415..cb5c8bc 100644 --- a/misc/comm.c +++ b/misc/comm.c
@@ -823,7 +823,7 @@ 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;