Navigation Menu

Skip to content

Commit

Permalink
Remove too much }
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 10, 2012
1 parent 2eac198 commit 718bbd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/expr.c
Expand Up @@ -31,7 +31,6 @@ function_proc_p(grn_obj *obj)
obj->header.type == GRN_PROC &&
((grn_proc *)obj)->type == GRN_PROC_FUNCTION);
}
}

grn_obj *
grn_expr_alloc(grn_ctx *ctx, grn_obj *expr, grn_id domain, grn_obj_flags flags)
Expand Down

0 comments on commit 718bbd7

Please sign in to comment.