minor fix

master
Daniel Kolesa 2015-12-04 21:59:03 +00:00
parent a562f4623d
commit e91b28266f
1 changed files with 2 additions and 1 deletions

View File

@ -356,9 +356,10 @@ struct ObState {
if (subdeps.size() > 0) {
sourcev.id = cs.new_ident("source");
sourcesv.id = cs.new_ident("sources");
if (!cscript::check_alias(sourcev.id))
return 1;
sourcesv.id = cs.new_ident("sources");
if (!cscript::check_alias(sourcesv.id))
return 1;