Mercurial > hg > octave-nkf
diff examples/unwinddemo.cc @ 12174:db1f49eaba6b
whitespace fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 26 Jan 2011 23:49:42 -0500 |
parents | 6cb30a539481 |
children | 460a3c6d8bf1 |
line wrap: on
line diff
--- a/examples/unwinddemo.cc +++ b/examples/unwinddemo.cc @@ -21,8 +21,7 @@ if (! error_state) { unwind_protect::begin_frame ("Funwinddemo"); - unwind_protect_ptr - (current_liboctave_warning_handler); + unwind_protect_ptr (current_liboctave_warning_handler); set_liboctave_warning_handler(err_hand); retval = octave_value (quotient (a, b)); unwind_protect::run_frame ("Funwinddemo");