CommandLine: convert pointer to reference

This commit is contained in:
Max Kellermann
2018-01-17 10:56:42 +01:00
parent ec54a5c72c
commit d588da69e5
3 changed files with 8 additions and 8 deletions

View File

@@ -469,7 +469,7 @@ try {
ReadConfigFile(config_path);
}
#else
ParseCommandLine(argc, argv, &options);
ParseCommandLine(argc, argv, options);
#endif
const auto config = LoadConfig();