[cairo-commit] 2 commits - src/cairo-pdf-surface.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 3 11:34:04 UTC 2022


 src/cairo-pdf-surface.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c188715bbebe4d8ed756e503e1da0bb96b3ec69d
Merge: 541719ff7 ffc133f70
Author: Uli Schlachter <psychon at znc.in>
Date:   Wed Aug 3 11:34:02 2022 +0000

    Merge branch 'pdfarray' into 'master'
    
    Add missing commas to array values.
    
    See merge request cairo/cairo!348

commit ffc133f703ec71853f60673e828dc2fa172a7bee
Author: Jussi Pakkanen <jpakkane at gmail.com>
Date:   Mon Aug 1 22:37:39 2022 +0300

    Add missing commas to array values.

diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c
index 57258b107..9b2b93252 100644
--- a/src/cairo-pdf-surface.c
+++ b/src/cairo-pdf-surface.c
@@ -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"
 };
 


More information about the cairo-commit mailing list