Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Sep 1, 2016
1 parent b35f371 commit a2e9cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/parse_conf.h
Expand Up @@ -461,7 +461,7 @@ class CONFIG {
bool get_config_file(POOL_MEM &full_path, const char *config_dir, const char *config_filename);
bool get_config_include_path(POOL_MEM &full_path, const char *config_dir);
bool find_config_path(POOL_MEM &full_path);
int get_resource_table_index(int resource_type);
int get_resource_table_index(int resource_type);
};

CONFIG *new_config_parser();
Expand Down
2 changes: 1 addition & 1 deletion src/lib/res.c
Expand Up @@ -1498,7 +1498,7 @@ bool MSGSRES::print_config(POOL_MEM &buff, bool hide_sensitive_data, bool verbos
return true;
}

bool has_default_value(RES_ITEM *item)
static inline bool has_default_value(RES_ITEM *item)
{
bool is_default = false;

Expand Down

0 comments on commit a2e9cfb

Please sign in to comment.