More cleanup

This commit is contained in:
Davis King 2017-09-16 14:10:09 -04:00
parent ffe1167952
commit b4bd6f8dee

View File

@ -224,7 +224,7 @@ catch(image_load_error& e)
catch(serialization_error& e)
{
cout << e.what() << endl;
cout << "The correct model file can be obtained from: http://dlib.net/files/mmod_rear_end_vehicle_detector.dat.bz2 Don't forget to unzip the file." << endl;
cout << "The correct model file can be obtained from: http://dlib.net/files/mmod_rear_end_vehicle_detector.dat.bz2" << endl;
}
catch(std::exception& e)
{