# HG changeset patch # User John W. Eaton # Date 1455814644 18000 # Node ID 29a0e9e7087962dacb43100cf229dadfbee97e12 # Parent 3d375b0905a02a8dec7f07cbef32a57df269925a * ov.h: Fix typo in previous change. diff -r 3d375b0905a0 -r 29a0e9e70879 libinterp/octave-value/ov.cc --- 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 ();