Skip to content

Commit

Permalink
Merge pull request mipops#873 from MediaArea/fix
Browse files Browse the repository at this point in the history
Fix missing return code
  • Loading branch information
JeromeMartinez authored Jun 17, 2024
2 parents 72dee0c + 763fa22 commit 69762aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Common/ProcessFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ return_value file::Parse(const String& FileName)
if (Device_Command == 5 && !Count)
cerr << "No devices found." << '\n';

return;
return ReturnValue_OK;
}
#endif
Capture = nullptr;
Expand Down

0 comments on commit 69762aa

Please sign in to comment.