* ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.

This commit is contained in:
Raymond Jou 1996-07-10 00:05:46 +00:00
parent 01cfaa6bf2
commit 15aec61ca7
2 changed files with 5 additions and 1 deletions

View file

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