Fix typo in 952b8e1d74
authorRobin Gareus <robin@gareus.org>
Thu, 17 Aug 2017 23:12:05 +0000 (01:12 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 17 Aug 2017 23:12:05 +0000 (01:12 +0200)
gtk2_ardour/luadialog.cc

index 566623ab41427138e803bbd872ed88b714bca669..5ecaa7aebf4dbdf16d85b0309a87cda1f84cea20 100644 (file)
@@ -46,7 +46,7 @@ int
 Message::run ()
 {
 
-       bool splash_pushed = false
+       bool splash_pushed = false;
        Splash* spl = Splash::instance();
        if (spl && spl->is_visible()) {
                spl->pop_back_for (_message_dialog);