Navigation Menu

Skip to content

Commit

Permalink
add missing static.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 9, 2012
1 parent 03b8f32 commit a311c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -730,7 +730,7 @@ static MYSQL_SYSVAR_STR(version, mrn_version,
NULL,
MRN_VERSION);

struct st_mysql_sys_var *mrn_system_variables[] =
static struct st_mysql_sys_var *mrn_system_variables[] =
{
MYSQL_SYSVAR(log_level),
MYSQL_SYSVAR(log_file),
Expand Down

0 comments on commit a311c97

Please sign in to comment.