Skip to content
Snippets Groups Projects
Commit c9bb75e3 authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

MAINT-7626 EOF fix

parent bbbcd610
No related branches found
No related tags found
No related merge requests found
...@@ -471,4 +471,5 @@ S32 copy_file(const std::string& from, const std::string& to) ...@@ -471,4 +471,5 @@ S32 copy_file(const std::string& from, const std::string& to)
if(out) fclose(out); if(out) fclose(out);
return rv; return rv;
} }
#endif #endif
\ No newline at end of file
...@@ -406,4 +406,5 @@ std::string LLXfer_VFile::getFileName() ...@@ -406,4 +406,5 @@ std::string LLXfer_VFile::getFileName()
U32 LLXfer_VFile::getXferTypeTag() U32 LLXfer_VFile::getXferTypeTag()
{ {
return LLXfer::XFER_VFILE; return LLXfer::XFER_VFILE;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment