Kouhei Sutou
null+****@clear*****
Tue Nov 13 11:21:50 JST 2012
Kouhei Sutou 2012-11-13 11:21:50 +0900 (Tue, 13 Nov 2012) New Revision: e05a4e2df22bb6893a47202b6ed8ac874defbcbb https://github.com/groonga/groonga/commit/e05a4e2df22bb6893a47202b6ed8ac874defbcbb Log: Remove a needleess '*' Modified files: include/groonga/tokenizer.h Modified: include/groonga/tokenizer.h (+1 -1) =================================================================== --- include/groonga/tokenizer.h 2012-11-12 19:29:41 +0900 (9ddd770) +++ include/groonga/tokenizer.h 2012-11-13 11:21:50 +0900 (a2f431f) @@ -134,7 +134,7 @@ typedef enum { } grn_tokenizer_status; /* - grn_tokenizer_token_push() pushes the next token in `*token'. Note that + grn_tokenizer_token_push() pushes the next token in `token'. Note that grn_tokenizer_token_push() does not make a copy of the given string. This means that you have to maintain a memory space allocated to the string. Also note that the grn_tokenizer_token object must be maintained until the -------------- next part -------------- HTML����������������������������...Download