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"; }