diff src/ls-mat5.cc @ 7761:5adeea5de26c

symbol table reporting functions
author John W. Eaton <jwe@octave.org>
date Tue, 06 May 2008 05:51:17 -0400
parents 745a8299c2b5
children 3e4c9b69069d
line wrap: on
line diff
--- a/src/ls-mat5.cc
+++ b/src/ls-mat5.cc
@@ -892,8 +892,9 @@
 	      {
 		octave_fcn_handle *fh = 
 		  anon_fcn_handle.fcn_handle_value ();
+
 		if (fh)
-		  tc = new octave_fcn_handle (fh->fcn_val(), "@<anonymous>");
+		  tc = new octave_fcn_handle (fh->fcn_val (), "@<anonymous>");
 		else
 		  {
 		    error ("load: failed to load anonymous function handle");