Skip to content

Commit

Permalink
stats: default settings can be static
Browse files Browse the repository at this point in the history
Nothing has a reason to access this structure outside of this source file.
  • Loading branch information
Josef 'Jeff' Sipek committed Mar 7, 2019
1 parent b5a9890 commit 82c34c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/stats-settings.c
Expand Up @@ -61,7 +61,7 @@ static const struct setting_define stats_metric_setting_defines[] = {
SETTING_DEFINE_LIST_END
};

const struct stats_metric_settings stats_metric_default_settings = {
static const struct stats_metric_settings stats_metric_default_settings = {
.name = "",
.event_name = "",
.source_location = "",
Expand Down

0 comments on commit 82c34c8

Please sign in to comment.