Forgot the return value.

This commit is contained in:
Richard Heck 2012-05-03 09:09:47 -04:00
parent 98a810c9d8
commit 0459c43769

View File

@ -822,6 +822,7 @@ int InsetInclude::plaintext(odocstream & os, OutputParams const & op) const
return str.size();
}
writePlaintextFile(*ibuf, os, op);
return 0;
}