emubd: Renamed lfs_emubd_copy -> lfs_emubd_cpy

For consistency with strcpy/memcpy/lfsr_bd_cpy, though I realize this is
a bit of a weak argument.
This commit is contained in:
Christopher Haster
2025-01-16 14:42:59 -06:00
parent 66f5fa152a
commit adea19101d
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1609,7 +1609,7 @@ static void powerloss_exhaustive_branch(void *c) {
}
// create copy-on-write copy
int err = lfs_emubd_copy(state->cfg, branch);
int err = lfs_emubd_cpy(state->cfg, branch);
if (err) {
fprintf(stderr, "error: exhaustive: could not create bd copy\n");
exit(-1);