The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 0459c43769e507a68f2ec6e053350d4a77d19534 Author: Richard Heck <[email protected]> Date: Thu May 3 09:09:47 2012 -0400 Forgot the return value. diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 13c4888..ed27b74 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -822,6 +822,7 @@ int InsetInclude::plaintext(odocstream & os, OutputParams const & op) const return str.size(); } writePlaintextFile(*ibuf, os, op); + return 0; } ----------------------------------------------------------------------- Summary of changes: src/insets/InsetInclude.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository
