Mercurial > hg > octave-lyh
diff scripts/plot/__print_parse_opts__.m @ 11113:a8ac114ec9ab
Stylefixes, replace end by endif.
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Mon, 18 Oct 2010 20:40:12 +0200 |
parents | d81b6144c4ba |
children | a44f979a35ce |
line wrap: on
line diff
--- a/scripts/plot/__print_parse_opts__.m +++ b/scripts/plot/__print_parse_opts__.m @@ -253,7 +253,7 @@ && (! isdir (arg_st.name))); if (! file_exists) arg_st.append_to_file = false; - end + endif else arg_st.append_to_file = false; warning ("print.m: appended output requires ghostscript to be installed.")