Commit e9a09876 by Aaron Leung

Making this fit the naming scheem.

parent ef6d9046
......@@ -50,7 +50,7 @@ sass_context *sass_make_context_from_string(char *src) {
return ctx;
}
void *free_sass_context(sass_context *ctx) {
void *sass_free_context(sass_context *ctx) {
free(ctx->src);
free(ctx);
}
......
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