gdb: Fixed a warning
authorMichel Pollet <buserror@gmail.com>
Sun, 20 May 2012 20:25:42 +0000 (21:25 +0100)
committerMichel Pollet <buserror@gmail.com>
Sun, 20 May 2012 20:25:42 +0000 (21:25 +0100)
-Wall being pedantic

Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/sim/sim_gdb.c

index 455c56e..2e651ed 100644 (file)
@@ -289,6 +289,7 @@ static void gdb_handle_command(avr_gdb_t * g, char * cmd)
                }       break;
                default:
                        gdb_send_reply(g, "");
+                       break;
        }
 }