Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Jan 15, 2020
1 parent 8a7457c commit 2a711d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/src/ply/ply_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ bool pcl::io::ply::ply_parser::parse (const std::string& filename)
istream >> std::ws;
if (istream.fail ())
{
warning_callback_ (line_number_, "parse error: No newline at the end of file");
warning_callback_ (line_number_, "no newline at the end of file");
}
if (!istream.eof ())
{
Expand Down

0 comments on commit 2a711d9

Please sign in to comment.