added the comment at the end of line tyepdef enum _pdfio_pdfa_e

This commit is contained in:
vididvidid
2025-10-01 05:06:49 +00:00
parent 7bc3e84aed
commit a08614911a

View File

@@ -105,7 +105,7 @@ typedef enum _pdfio_mode_e // Read/write mode
_PDFIO_MODE_WRITE // Write a PDF file
} _pdfio_mode_t;
typedef enum _pdfio_pdfa_e
typedef enum _pdfio_pdfa_e // PDF/A version constants
{
_PDFIO_PDFA_NONE = 0, // Not a PDF/A file
_PDFIO_PDFA_1A, // PDF/A-1a:2005