Mercurial > hg > octave-lyh
diff src/defaults.cc @ 12855:8f5bd903ba68
codesprint: Correct typos in previous check-ins to get tests running.
* powerset.m: Remove extra parenthesis
* defaults.cc, octave.cc: Add missing parenthesis
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 16 Jul 2011 18:00:15 -0700 |
parents | 7fce673b934a |
children | 79aa00a94e9e |
line wrap: on
line diff
--- a/src/defaults.cc +++ b/src/defaults.cc @@ -500,7 +500,7 @@ /* %!error OCTAVE_HOME (1); -%!assert (ischar (OCTAVE_HOME ()); +%!assert (ischar (OCTAVE_HOME ())); */ DEFUNX ("OCTAVE_VERSION", FOCTAVE_VERSION, args, , @@ -523,5 +523,5 @@ /* %!error OCTAVE_VERSION (1); -%!assert (ischar (OCTAVE_VERSION ()); +%!assert (ischar (OCTAVE_VERSION ())); */