mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 06:51:57 +00:00
fix a typo
svn path=/trunk/; revision=31122
This commit is contained in:
parent
f02a249d62
commit
563fc21e30
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ CheckSectionValid(
|
||||||
pExtensionPlatform = ExtensionPlatformNT;
|
pExtensionPlatform = ExtensionPlatformNT;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ERR("Unkown platform 0x%lx\n", PlatformInfo->Platform);
|
ERR("Unknown platform 0x%lx\n", PlatformInfo->Platform);
|
||||||
pExtensionPlatform = ExtensionPlatformNone;
|
pExtensionPlatform = ExtensionPlatformNone;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue