1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-27 20:51:17 +00:00

Use the correct name for the quit command function

This commit is contained in:
Peter Evans 2018-02-26 20:46:19 -06:00
parent 26e2abe745
commit 4558e62adc

View File

@ -267,4 +267,4 @@ Test(vm_debug, cmd_step)
cr_assert_eq(mach->cpu->PC, 2);
}
/* Test(vm_debug, quit) */
/* Test(vm_debug, cmd_quit) */