Skip to content

Commit

Permalink
corrected variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
tay10r committed Apr 2, 2018
1 parent c45785b commit d350525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static const char *get_root_resource_path(const struct pure64_config *config) {
if (respath != NULL)
return respath;

return PURE64_INSTALL_PATH;
return PURE64_RESOURCE_PATH;

} else {
return config->resource_path;
Expand Down

0 comments on commit d350525

Please sign in to comment.