Commit 4f2e7d70 by Aaron Leung

Minor tweak.

parent 121f32bb
...@@ -155,7 +155,7 @@ namespace Sass { ...@@ -155,7 +155,7 @@ namespace Sass {
void Context::setup_color_map() void Context::setup_color_map()
{ {
size_t i = 0; size_t i = 0;
while (color_names[i] != 0) { while (color_names[i]) {
string name(color_names[i]); string name(color_names[i]);
Node value(new_Node("[COLOR TABLE]", 0, Node value(new_Node("[COLOR TABLE]", 0,
color_values[i*3], color_values[i*3],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment