Navigation Menu

Skip to content

Commit

Permalink
Use C style comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 8, 2015
1 parent 8195e5e commit 38786f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db.c
Expand Up @@ -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);
Expand Down

0 comments on commit 38786f5

Please sign in to comment.