mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-30 07:46:22 +00:00
fix typo in previous commit
This commit is contained in:
parent
1ad9a0789f
commit
fe79c8fdb4
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ Content ContentManager::contentListToMultipart (const list<Content> &contents) {
|
||||||
|
|
||||||
ContentType contentType = ContentType::Multipart;
|
ContentType contentType = ContentType::Multipart;
|
||||||
contentType.setParameter("boundary=" + string(MultipartBoundary));
|
contentType.setParameter("boundary=" + string(MultipartBoundary));
|
||||||
content.setContentType(ContentType::Multipart);
|
content.setContentType(contentType);
|
||||||
|
|
||||||
return content;
|
return content;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue