Mercurial > hg > octave-lyh
diff scripts/optimization/__all_opts__.m @ 8664:e07e93c04080
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 04 Feb 2009 10:56:23 -0500 |
parents | b93f17317ca3 |
children | 7d48766c21a5 |
line wrap: on
line diff
--- a/scripts/optimization/__all_opts__.m +++ b/scripts/optimization/__all_opts__.m @@ -55,7 +55,7 @@ lnames = unique (tolower (names)); if (length (lnames) < length (names)) ## This is bad. - error ("__all_opts__: duplicate options with inconsistent case."); + error ("__all_opts__: duplicate options with inconsistent case"); endif saved_names = names; recursive = false;