mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Splash* Splash::the_splash = 0;
|
|||
|
||||
Splash::Splash ()
|
||||
{
|
||||
assert (the_splash = 0);
|
||||
assert (the_splash == 0);
|
||||
|
||||
sys::path splash_file;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue