sim: common: trim trailing whitespace
[deliverable/binutils-gdb.git] / gdb / remote.c
index 3034e618b93e6828a8681d2a19b9e2ab7d718f23..ad473cc2ce4a03b5ae44214a1924354ac96c4df7 100644 (file)
@@ -3112,7 +3112,7 @@ struct start_remote_args
 
 /* Send interrupt_sequence to remote target.  */
 static void
-send_interrupt_sequence ()
+send_interrupt_sequence (void)
 {
   if (interrupt_sequence_mode == interrupt_sequence_control_c)
     serial_write (remote_desc, "\x03", 1);
This page took 0.025636 seconds and 4 git commands to generate.