Skip to content

Commit

Permalink
test: add const
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 5, 2013
1 parent fde517d commit e0e80c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/core/test-table-cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "../lib/grn-assertions.h"

void data_table(void);
void test_table(gpointer data);
void test_table(gconstpointer data);
void data_normalize(void);
void test_normalize(gconstpointer data);

Expand Down Expand Up @@ -101,7 +101,7 @@ data_table(void)
}

void
test_table(gpointer data)
test_table(gconstpointer data)
{
grn_obj *table;
grn_obj_flags flags = gcut_data_get_int(data, "flags");
Expand Down

0 comments on commit e0e80c6

Please sign in to comment.