Commit e92645c5 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3838 from PhilLab:patch-3

parents e157d70d e0efda71
...@@ -257,7 +257,7 @@ Here is how to read the file created by the code sample above: ...@@ -257,7 +257,7 @@ Here is how to read the file created by the code sample above:
cout << " " << (int)lbpval[i]; cout << " " << (int)lbpval[i];
cout << ")" << endl; cout << ")" << endl;
} }
fs.release(); fs2.release();
@endcode @endcode
Format specification {#format_spec} Format specification {#format_spec}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment