summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-01 20:01:37 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-01 20:01:37 +0000
commit4073e5b7abafe0e72e743424070e922bdd13d85b (patch)
tree3b50649e38ddb47942d34062b4c9f23fcc5b3f4e /gtk2_ardour/splash.cc
parent183d09d4af7071de4d2c0da5b54e80dee8d50007 (diff)
Fix silly typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@12533 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/splash.cc')
-rw-r--r--gtk2_ardour/splash.cc2
1 files changed, 1 insertions, 1 deletions
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;