Fix a typo
This commit is contained in:
parent
e17b6e7d52
commit
c046c63014
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ instantiate(const LV2_Descriptor *descriptor,
|
|||
else
|
||||
{
|
||||
lv2_log_warning(&self->logger,
|
||||
"No option array was given upon instantiation; will use default values\n.");
|
||||
"No option array was given upon instantiation; will use default values.\n");
|
||||
}
|
||||
|
||||
// We need _some_ information on the block size
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue