Bug fixes in test/driver programs

This commit is contained in:
R. Bernstein
2010-01-18 03:08:30 -05:00
parent 3bd7752137
commit 3bdc6820e5
2 changed files with 25 additions and 11 deletions

View File

@@ -659,7 +659,7 @@ get_arg_win32 (void *p_user_data, const char key[])
} else if (!strcmp (key, "access-mode")) {
switch (p_env->access_mode) {
case _AM_IOCTL:
return "IOCTL";
return "ioctl";
case _AM_ASPI:
return "ASPI";
case _AM_MMC_RDWR: