changeset 21295:29a0e9e70879

* ov.h: Fix typo in previous change.
author John W. Eaton <jwe@octave.org>
date Thu, 18 Feb 2016 11:57:24 -0500
parents 3d375b0905a0
children e0523c40a802
files libinterp/octave-value/ov.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov.cc	Thu Feb 18 11:19:47 2016 -0500
+++ b/libinterp/octave-value/ov.cc	Thu Feb 18 11:57:24 2016 -0500
@@ -2631,7 +2631,7 @@
           if (type.length () > 1 && type[1] == '.')
             return octave_map ();
           else
-            return = octave_value (rhs.empty_clone ());
+            return octave_value (rhs.empty_clone ());
 
         case '{':
           return Cell ();