Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Testing checkSource target.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Sudarkoff committed Mar 20, 2012
1 parent a375d8d commit e06083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domus/domus.cpp
Expand Up @@ -41,7 +41,7 @@ void show_help_text(po::options_description options) {
}; };


int main(int argc, char* argv[]) { int main(int argc, char* argv[]) {
po::options_description general_options("General options"); po::options_description general_options("General options");
po::positional_options_description positional_options; po::positional_options_description positional_options;


general_options.add_options() general_options.add_options()
Expand Down

0 comments on commit e06083c

Please sign in to comment.