1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Fix a typo in the last commit so that this compiles.

This commit is contained in:
John Baldwin 2000-08-09 00:28:09 +00:00
parent 3dd0dbfeb9
commit 34f71eeb3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64435

View File

@ -585,7 +585,7 @@ editlist_save(struct cam_device *device, int modepage, int page_control,
mode_pars = MODE_PAGE_DATA(mph);
/* Encode the value data to be passed back to the device. */
buff_encode_visit(mode_pars, mh->data_length, format);
buff_encode_visit(mode_pars, mh->data_length, format,
editentry_save, 0);
/* Eliminate block descriptors. */