Browse Source

extract: Fix mismatched parameter names

pull/108/head
Daniel Scharrer 7 years ago
parent
commit
192bc7ec73
  1. 2
      src/cli/extract.hpp

2
src/cli/extract.hpp

@ -114,6 +114,6 @@ struct extract_options {
};
void process_file(const boost::filesystem::path & file, const extract_options & o);
void process_file(const boost::filesystem::path & installer, const extract_options & o);
#endif // INNOEXTRACT_CLI_EXTRACT_HPP

Loading…
Cancel
Save