fix
This commit is contained in:
@ -5,7 +5,7 @@ int main(int ac, char** av)
|
||||
{
|
||||
if (ac != 2)
|
||||
{
|
||||
std::cout << "error: missing file" << std::endl;
|
||||
std::cout << "error: could not open file." << std::endl;
|
||||
return 1;
|
||||
}
|
||||
get_price(std::string(av[1]));
|
||||
|
Reference in New Issue
Block a user