From 3ebd121d45ceb08918a3dcb5b3b7ac29448c862f Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 9 Mar 2016 09:59:23 -0500 Subject: Review and cleanup lint warnings. This CL goes through the remaining list of list warnings and records why they are currently blacklisted, or fixes and enables them. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1773733002 . --- public/fpdf_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/fpdf_doc.h') diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h index de05eb3a59..eae7c95e49 100644 --- a/public/fpdf_doc.h +++ b/public/fpdf_doc.h @@ -272,7 +272,7 @@ DLLEXPORT FPDF_BOOL STDCALL FPDFLink_Enumerate(FPDF_PAGE page, FPDF_LINK* linkAnnot); // Function: FPDFLink_GetAnnotRect -// Get the annotation rectangle. (Specified by the ˇ°Rectˇ± entry of +// Get the annotation rectangle. (Specified by the |Rect| entry of // annotation dictionary). // Parameters: // linkAnnot[in] - Handle to the link annotation. -- cgit v1.2.3