diff --git a/mediapipe/calculators/tflite/tflite_model_calculator.cc b/mediapipe/calculators/tflite/tflite_model_calculator.cc index 8cbdd4c74..891a9f731 100644 --- a/mediapipe/calculators/tflite/tflite_model_calculator.cc +++ b/mediapipe/calculators/tflite/tflite_model_calculator.cc @@ -93,7 +93,7 @@ class TfLiteModelCalculator : public CalculatorBase { std::move(model_allocation), tflite::DefaultErrorReporter()); #else return absl::FailedPreconditionError( - "Loading by file descriptor is not supported on this platform.") + "Loading by file descriptor is not supported on this platform."); #endif }