Commit 093af59b authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Fixed warning.

parent dcc175de
......@@ -2126,7 +2126,7 @@ BOOL WINAPI SetCommState(INT handle,LPDCB lpdcb)
default:
commerror = IE_BAUDRATE;
close( fd );
ERR("baudrate %d \n",lpdcb->BaudRate);
ERR("baudrate %ld\n",lpdcb->BaudRate);
return FALSE;
}
port.c_ispeed = port.c_ospeed;
......
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