[Groonga-commit] groonga/groonga [master] Add missing word separator

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Dec 20 18:48:18 JST 2012


Kouhei Sutou	2012-12-20 18:48:18 +0900 (Thu, 20 Dec 2012)

  New Revision: df0c7f70c0438f83c666979ed649e6bb44360143
  https://github.com/groonga/groonga/commit/df0c7f70c0438f83c666979ed649e6bb44360143

  Log:
    Add missing word separator
    
    tableinfo ->
    table_info

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+2 -2)
===================================================================
--- lib/proc.c    2012-12-20 18:46:55 +0900 (1503434)
+++ lib/proc.c    2012-12-20 18:48:18 +0900 (28f7970)
@@ -1548,7 +1548,7 @@ is_table(grn_obj *obj)
 }
 
 static int
-print_tableinfo(grn_ctx *ctx, grn_obj *table)
+print_table_info(grn_ctx *ctx, grn_obj *table)
 {
   grn_id id;
   grn_obj o;
@@ -1637,7 +1637,7 @@ proc_table_list(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_dat
 
   for (i = 0; i < n_tables; i++) {
     grn_obj *table = ((grn_obj **)GRN_BULK_HEAD(&tables))[i];
-    print_tableinfo(ctx, table);
+    print_table_info(ctx, table);
     grn_obj_unlink(ctx, table);
   }
   GRN_OBJ_FIN(ctx, &tables);
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る