Fixed warning.

This commit is contained in:
Gerald Pfeifer 2000-05-30 15:28:37 +00:00 committed by Alexandre Julliard
parent dcc175de6a
commit 093af59b74
1 changed files with 1 additions and 1 deletions

View File

@ -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;