From 11cf87416416e13eff634a70b4954fe6a3912720 Mon Sep 17 00:00:00 2001
From: Jason Molenda <jmolenda@apple.com>
Date: Tue, 9 Nov 1999 01:23:30 +0000
Subject: import gdb-1999-11-08 snapshot

---
 gdb/remote-rdp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gdb/remote-rdp.c')

diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index ef45ca36852..7a0e53c5df9 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -480,7 +480,7 @@ send_rdp (char *template,...)
 	  abort ();
 	}
     }
-  va_end (args);
+  va_end (alist);
 
   if (dst != buf)
     abort ();
-- 
cgit v1.2.1