Kouhei Sutou
null+****@clear*****
Wed Mar 6 16:11:20 JST 2013
Kouhei Sutou 2013-03-06 16:11:20 +0900 (Wed, 06 Mar 2013) New Revision: 5bb9dd14768a35b2f81c8b6d42d1c4d4a8b636b7 https://github.com/groonga/groonga/commit/5bb9dd14768a35b2f81c8b6d42d1c4d4a8b636b7 Log: Remove a needless space Modified files: lib/expr.c Modified: lib/expr.c (+1 -1) =================================================================== --- lib/expr.c 2013-03-06 16:03:36 +0900 (58a43cf) +++ lib/expr.c 2013-03-06 16:11:20 +0900 (1bbd565) @@ -2288,7 +2288,7 @@ grn_proc_call(grn_ctx *ctx, grn_obj *proc, int nargs, grn_obj *caller) long long unsigned int x_; \ x_ = GRN_UINT64_VALUE(x); \ left_expression_check(x_); \ - if (x_ > (long long unsigned int)INT64_MAX) { \ + if (x_ > (long long unsigned int)INT64_MAX) { \ ERR(GRN_INVALID_ARGUMENT, \ "too large UInt64 value to inverse sign: " \ "<%" GRN_FMT_LLU ">", \ -------------- next part -------------- HTML����������������������������...Download