]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-wix-20060421
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 21 Apr 2006 14:52:02 +0000 (14:52 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 21 Apr 2006 14:52:02 +0000 (14:52 +0000)
missing close paren

src/WINNT/install/wix/files.wxi

index 4c99a6b577874abfdbbd771a4a099928e6affb7d..ab19ec16c8e3ee7c39cec527568b09dc8db64cb3 100644 (file)
                <?ifdef env.CommonProgramFiles6432?>
                  <?define CPF="$(env.CommonProgramFiles)"?>
                <?else?>
-                 <?define CPF="$(env.CommonProgramFiles(x86)"?>
+                 <?define CPF="$(env.CommonProgramFiles(x86))"?>
                <?endif?>
                <?if $(var.Platform) = "x64" ?>
                        <?ifndef Debug?>