From f30fc58f3f6ddf321a27710bef9fa7a7b1b01ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E6=B5=B7?= Date: Wed, 7 Aug 2024 10:30:48 +0800 Subject: [PATCH] kuangjia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王德海 Change-Id: I3a401902a566bf838684797626355884d181d1c2 --- graphic_test/graphic_test_framework/src/rs_graphic_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphic_test/graphic_test_framework/src/rs_graphic_test.cpp b/graphic_test/graphic_test_framework/src/rs_graphic_test.cpp index 3cbc6eda9f..f7e011190e 100644 --- a/graphic_test/graphic_test_framework/src/rs_graphic_test.cpp +++ b/graphic_test/graphic_test_framework/src/rs_graphic_test.cpp @@ -174,11 +174,10 @@ std::string RSGraphicTest::GetImageSavePath(const std::string path) } else { if (!fs::is_directory(imagePath)) { LOGE("RSGraphicTestDirector path is not dir"); - return; } } - retrun imagePath; + return imagePath; } } // namespace Rosen