aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-mac.c
diff options
context:
space:
mode:
authorRaymond Jou <rjou@cygnus>1996-07-10 00:05:46 +0000
committerRaymond Jou <rjou@cygnus>1996-07-10 00:05:46 +0000
commit15aec61ca70a3e34a99f69e7235a32b7e38d76c8 (patch)
tree72a9806c8bdbdea2011a93e2db7ba52105f380bc /gdb/ser-mac.c
parent01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee (diff)
downloadfsf-binutils-gdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.zip
fsf-binutils-gdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.tar.gz
fsf-binutils-gdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.tar.bz2
* ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
Diffstat (limited to 'gdb/ser-mac.c')
-rw-r--r--gdb/ser-mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-mac.c b/gdb/ser-mac.c
index e27a9dd..3540002 100644
--- a/gdb/ser-mac.c
+++ b/gdb/ser-mac.c
@@ -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;
}