diff options
Diffstat (limited to 'ddb/db_command.c')
-rw-r--r-- | ddb/db_command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_command.c b/ddb/db_command.c index ec46ba4..1593e86 100644 --- a/ddb/db_command.c +++ b/ddb/db_command.c @@ -419,7 +419,7 @@ db_help_cmd() int (*ddb_display)(); void -db_command_loop() +db_command_loop(void) { jmp_buf_t db_jmpbuf; jmp_buf_t *prev = db_recover; |