Loading media/img_utils/src/FileInput.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ status_t FileInput::close() { ret = BAD_VALUE; } mOpen = false; return OK; return ret; } } /*namespace img_utils*/ Loading media/img_utils/src/FileOutput.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ status_t FileOutput::close() { ret = BAD_VALUE; } mOpen = false; return OK; return ret; } } /*namespace img_utils*/ Loading Loading
media/img_utils/src/FileInput.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ status_t FileInput::close() { ret = BAD_VALUE; } mOpen = false; return OK; return ret; } } /*namespace img_utils*/ Loading
media/img_utils/src/FileOutput.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ status_t FileOutput::close() { ret = BAD_VALUE; } mOpen = false; return OK; return ret; } } /*namespace img_utils*/ Loading