mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:13:40 +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;
|
||||
break;
|
||||
default:
|
||||
ERR("Unkown platform 0x%lx\n", PlatformInfo->Platform);
|
||||
ERR("Unknown platform 0x%lx\n", PlatformInfo->Platform);
|
||||
pExtensionPlatform = ExtensionPlatformNone;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue