Fix silly typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@12533 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
183d09d4af
commit
4073e5b7ab
@ -39,7 +39,7 @@ Splash* Splash::the_splash = 0;
|
||||
|
||||
Splash::Splash ()
|
||||
{
|
||||
assert (the_splash = 0);
|
||||
assert (the_splash == 0);
|
||||
|
||||
sys::path splash_file;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user