* mipsread.c: Clean up some white space.
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 04bf1abdff171d6cde16b37a316d440cb98f7013..8f5ba51c7923f2cbdc5f78360d59b6406a956d3d 100644 (file)
@@ -528,7 +528,7 @@ The expression which contained the function call has been discarded.");
 
   /* On return, the stack dummy has been popped already.  */
 
-  (void) memcpy (buffer, stop_registers, sizeof stop_registers);
+  memcpy (buffer, stop_registers, sizeof stop_registers);
 }
 \f
 /* Proceed until we reach a different source line with pc greater than
This page took 0.022469 seconds and 4 git commands to generate.