[Groonga-commit] groonga/groonga at 38786f5 [master] Use C style comment

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 8 14:21:26 JST 2015


Kouhei Sutou	2015-10-08 14:21:26 +0900 (Thu, 08 Oct 2015)

  New Revision: 38786f5dd43d5d010f39fef404f9ef1e4997a5a2
  https://github.com/groonga/groonga/commit/38786f5dd43d5d010f39fef404f9ef1e4997a5a2

  Message:
    Use C style comment

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2015-10-08 14:20:23 +0900 (346cab5)
+++ lib/db.c    2015-10-08 14:21:26 +0900 (966f0cc)
@@ -232,7 +232,7 @@ grn_db_create(grn_ctx *ctx, const char *path, grn_db_create_optarg *optarg)
   s->obj.db = (grn_obj *)s;
   s->obj.header.domain = GRN_ID_NIL;
   DB_OBJ(&s->obj)->range = GRN_ID_NIL;
-  // prepare builtin classes and load builtin plugins.
+  /* prepare builtin classes and load builtin plugins. */
   if (path) {
     char specs_path[PATH_MAX];
     gen_pathname(path, specs_path, 0);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index