fix warning

This commit is contained in:
Bill Hoffman 2002-11-19 09:12:23 -05:00
parent d5463f404c
commit 1a2a600a55
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ static RuleVariables ruleReplaceVars[] =
{"<CMAKE_AR>", "CMAKE_AR"},
{"<CMAKE_RANLIB>", "CMAKE_RANLIB"},
{0}
{0, 0}
};