* ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
This commit is contained in:
parent
01cfaa6bf2
commit
15aec61ca7
2 changed files with 5 additions and 1 deletions
|
@ -328,7 +328,7 @@ mac_close (serial_t scb)
|
|||
if (output_refnum)
|
||||
{
|
||||
if (0 /* custom buffer */)
|
||||
SetSetBuf (input_refnum, mac_output_buffer, 0);
|
||||
SerSetBuf (input_refnum, mac_output_buffer, 0);
|
||||
CloseDriver (output_refnum);
|
||||
output_refnum = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue