Fix silly typo.

git-svn-id: svn://localhost/ardour2/branches/3.0@12533 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-01 20:01:37 +00:00
parent 183d09d4af
commit 4073e5b7ab

View File

@ -39,7 +39,7 @@ Splash* Splash::the_splash = 0;
Splash::Splash ()
{
assert (the_splash = 0);
assert (the_splash == 0);
sys::path splash_file;