Fia x comment typo.
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index bca0e54e4bab95eb834e2229f6dc1d1ac228ccd2..38f8e78949abb1341c7e24c0acd7dc68cdb242db 100644 (file)
@@ -138,7 +138,7 @@ void
 _initialize_ser_pipe (void)
 {
   struct serial_ops *ops = XMALLOC (struct serial_ops);
-  memset (ops, sizeof (struct serial_ops), 0);
+  memset (ops, 0, sizeof (struct serial_ops));
   ops->name = "pipe";
   ops->next = 0;
   ops->open = pipe_open;
This page took 0.024893 seconds and 4 git commands to generate.