mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-19 00:40:36 +01:00
Merge branch 'pdfarray' into 'master'
Add missing commas to array values. See merge request cairo/cairo!348
This commit is contained in:
commit
c188715bbe
1 changed files with 2 additions and 2 deletions
|
|
@ -219,8 +219,8 @@ static const cairo_pdf_version_t _cairo_pdf_versions[] =
|
|||
static const char * _cairo_pdf_version_strings[CAIRO_PDF_VERSION_LAST] =
|
||||
{
|
||||
"PDF 1.4",
|
||||
"PDF 1.5"
|
||||
"PDF 1.6"
|
||||
"PDF 1.5",
|
||||
"PDF 1.6",
|
||||
"PDF 1.7"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue