changeset 21761:ff2b9f7069c5

* liboctave/util/oct-glob.cc: remove stray '`'
author John D
date Sat, 21 May 2016 11:40:27 -0400
parents 31b4b614ed55
children 289ee97765ad
files liboctave/util/oct-glob.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/oct-glob.cc	Fri May 20 22:59:00 2016 -0700
+++ b/liboctave/util/oct-glob.cc	Sat May 21 11:40:27 2016 -0400
@@ -114,7 +114,7 @@
 
 #if defined (OCTAVE_HAVE_WINDOWS_FILESYSTEM)    \
   && ! defined (OCTAVE_HAVE_POSIX_FILESYSTEM)
-`                          std::replace_if (tmp.begin (), tmp.end (),
+                          std::replace_if (tmp.begin (), tmp.end (),
                                            std::bind2nd (std::equal_to<char> (),
                                                          '/'),
                                            '\\');