mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 15:22:21 +00:00
[SPEC2DEF]
- Fix a typo svn path=/trunk/; revision=52116
This commit is contained in:
parent
377dc192bb
commit
5d0bb55dde
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ ParseFile(char* pcStart, FILE *fileDest, PFNOUTLINE OutputLine)
|
|||
}
|
||||
else if (CompareToken(pc, "-i386"))
|
||||
{
|
||||
if (giArch == ARCH_X86) included = 0;
|
||||
if (giArch != ARCH_X86) included = 0;
|
||||
}
|
||||
else if (CompareToken(pc, "-private"))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue