diff options
author | Raymond Jou <rjou@cygnus> | 1996-07-10 00:05:46 +0000 |
---|---|---|
committer | Raymond Jou <rjou@cygnus> | 1996-07-10 00:05:46 +0000 |
commit | 15aec61ca70a3e34a99f69e7235a32b7e38d76c8 (patch) | |
tree | 72a9806c8bdbdea2011a93e2db7ba52105f380bc /gdb/ser-mac.c | |
parent | 01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee (diff) | |
download | gdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.zip gdb-15aec61ca70a3e34a99f69e7235a32b7e38d76c8.tar.gz 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.c | 2 |
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; } |