diff --git a/toml/parser.hpp b/toml/parser.hpp index ab52edc..9fd7097 100644 --- a/toml/parser.hpp +++ b/toml/parser.hpp @@ -1867,7 +1867,7 @@ result parse_toml_file(location& loc) const auto first = loc.iter(); if(first == loc.end()) { - return ok(value_type(table_type{}/* empty file has no region ...*/)); + return ok(value_type(table_type{} /*, empty file has no region ...*/)); } // put the first line as a region of a file