Fix previous commit
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Wed, 20 Jul 2016 12:01:13 +0000 (14:01 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Wed, 20 Jul 2016 12:01:13 +0000 (14:01 +0200)
A spurious space change was included by mistake.

libs/ardour/midi_region.cc

index fed411b10a1fe7224cbf7ac8f0571d47a487963c..eef2811c5b963c7b438862cb02486ba86f0c783c 100644 (file)
@@ -142,7 +142,7 @@ MidiRegion::do_export (string path) const
                /* Lock our source since we'll be reading from it.  write_to() will
                   take a lock on newsrc. */
                Source::Lock lm (midi_source(0)->mutex());
-               if (midi_source(0)->export _write_to (lm, newsrc, bbegin, bend)) {
+               if (midi_source(0)->export_write_to (lm, newsrc, bbegin, bend)) {
                        return false;
                }
        }