diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/fpdf_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h index c547f07890..22582674ea 100644 --- a/public/fpdf_edit.h +++ b/public/fpdf_edit.h @@ -385,7 +385,7 @@ FPDFImageObj_GetImageFilterCount(FPDF_PAGEOBJECT image_object); // // image_object - handle to an image object. // index - the index of the filter requested. -// buffer - buffer for holding filter string, encoded in UTF16-LE. +// buffer - buffer for holding filter string, encoded in UTF-8. // buflen - length of the buffer. // // Returns the length of the filter string. |