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 Apr 15, 2015
1 parent a7c7ba8 commit 8d3cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin.c
Expand Up @@ -513,7 +513,7 @@ grn_plugin_get_default_system_plugins_dir(void)
const char *
grn_plugin_get_system_plugins_dir(void)
{
char plugins_dir[GRN_ENV_BUFFER_SIZE];
static char plugins_dir[GRN_ENV_BUFFER_SIZE];

grn_getenv("GRN_PLUGINS_DIR",
plugins_dir,
Expand Down

0 comments on commit 8d3cb01

Please sign in to comment.