From 4073e5b7abafe0e72e743424070e922bdd13d85b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 1 Jun 2012 20:01:37 +0000 Subject: [PATCH] Fix silly typo. git-svn-id: svn://localhost/ardour2/branches/3.0@12533 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/splash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc index ede8b70894..6cc4cd5ded 100644 --- a/gtk2_ardour/splash.cc +++ b/gtk2_ardour/splash.cc @@ -39,7 +39,7 @@ Splash* Splash::the_splash = 0; Splash::Splash () { - assert (the_splash = 0); + assert (the_splash == 0); sys::path splash_file;