From 99f876380a1a18bd6f1f023587b95ccd4439b429 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sun, 24 Jan 2016 22:31:55 -0800 Subject: [PATCH] sys: FsInformationClassSym() --- src/sys/debug.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/sys/debug.c b/src/sys/debug.c index 50598a66..5dd0a5af 100644 --- a/src/sys/debug.c +++ b/src/sys/debug.c @@ -244,19 +244,19 @@ const char *FsInformationClassSym(FS_INFORMATION_CLASS FsInformationClass) { switch (FsInformationClass) { - SYM(FileFsVolumeInformation) - SYM(FileFsLabelInformation) - SYM(FileFsSizeInformation) - SYM(FileFsDeviceInformation) - SYM(FileFsAttributeInformation) - SYM(FileFsControlInformation) - SYM(FileFsFullSizeInformation) - SYM(FileFsObjectIdInformation) - SYM(FileFsDriverPathInformation) - SYM(FileFsVolumeFlagsInformation) - SYM(FileFsSectorSizeInformation) - SYM(FileFsDataCopyInformation) - SYM(FileFsMetadataSizeInformation) + SYM(FileFsVolumeInformation) + SYM(FileFsLabelInformation) + SYM(FileFsSizeInformation) + SYM(FileFsDeviceInformation) + SYM(FileFsAttributeInformation) + SYM(FileFsControlInformation) + SYM(FileFsFullSizeInformation) + SYM(FileFsObjectIdInformation) + SYM(FileFsDriverPathInformation) + SYM(FileFsVolumeFlagsInformation) + SYM(FileFsSectorSizeInformation) + SYM(FileFsDataCopyInformation) + SYM(FileFsMetadataSizeInformation) default: return "FS_INFORMATION_CLASS:Unknown"; }