1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-08-07 14:25:08 +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) */