Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Nov 3, 2014
1 parent 8105572 commit 068add9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace Sass {
Expression* expr = e->list()->perform(this);
List* list = 0;
Map* map = 0;
if (expr->concrete_type() != Expression::LIST) {
if (expr->concrete_type() == Expression::MAP) {
map = static_cast<Map*>(expr);
}
else if (expr->concrete_type() != Expression::LIST) {
Expand Down

0 comments on commit 068add9

Please sign in to comment.