* ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
authorRaymond Jou <rjou@cygnus>
Wed, 10 Jul 1996 00:05:46 +0000 (00:05 +0000)
committerRaymond Jou <rjou@cygnus>
Wed, 10 Jul 1996 00:05:46 +0000 (00:05 +0000)
gdb/ChangeLog
gdb/ser-mac.c

index 87120c3e9f7b6c1abb4e12545ae73ad9f0c47174..0f2e9eb7e20f092bd2084cf3ff58d9d20325a463 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jul  9 16:48:55 1996  Raymond Jou  <rjou@mexican.cygnus.com>
+
+       * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
+
 Mon Jul 08 08:50:39 1996  Mark Alexander  <marka@cygnus.com>
 
        * mon960-rom.c (mon960_open): Add floating point detection to
index e27a9dd06ce0b3df67f2d11761fcc65148e95902..35400029b028fefd1e7728015011b397246f4573 100644 (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;
     }