[Groonga-commit] ranguba/rroonga at 1a44573 [master] Remove needless "t"

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Apr 14 17:53:14 JST 2015


Kouhei Sutou	2015-04-14 17:53:14 +0900 (Tue, 14 Apr 2015)

  New Revision: 1a44573bf693982314abec30c493e15580ed5822
  https://github.com/ranguba/rroonga/commit/1a44573bf693982314abec30c493e15580ed5822

  Message:
    Remove needless "t"

  Modified files:
    ext/groonga/rb-grn.h

  Modified: ext/groonga/rb-grn.h (+1 -1)
===================================================================
--- ext/groonga/rb-grn.h    2015-04-14 16:51:06 +0900 (1a5ec43)
+++ ext/groonga/rb-grn.h    2015-04-14 17:53:14 +0900 (5d5c12d)
@@ -112,7 +112,7 @@ RB_GRN_BEGIN_DECLS
 #define RB_GRN_TABLE(object) ((RbGrnTable *)(object))
 #define RB_GRN_TABLE_KEY_SUPPORT(object) ((RbGrnTableKeySupport *)(object))
 #define RB_GRN_DOUBLE_ARRAY_TRIE(object) ((RbGrnDoubleArrayTrie *)(object))
-#define RB_GRN_TABLE_CURSOR(object) ((RbGrnTableCursort *)(object))
+#define RB_GRN_TABLE_CURSOR(object) ((RbGrnTableCursor *)(object))
 #define RB_GRN_COLUMN(object) ((RbGrnColumn *)(object))
 #define RB_GRN_VARIABLE_SIZE_COLUMN(object) ((RbGrnVariableSizeColumn *)(object))
 #define RB_GRN_INDEX_COLUMN(object) ((RbGrnIndexColumn *)(object))
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index