summaryrefslogtreecommitdiff
path: root/samples/pdfium_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'samples/pdfium_test.cc')
-rw-r--r--samples/pdfium_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
index d2e84872d6..14a62a4bc4 100644
--- a/samples/pdfium_test.cc
+++ b/samples/pdfium_test.cc
@@ -552,7 +552,7 @@ bool RenderPage(const std::string& name,
int rv = FPDF_RenderPageBitmap_Start(bitmap.get(), page, 0, 0, width,
height, 0, FPDF_ANNOT, &pause);
- while (rv == FPDF_RENDER_TOBECOUNTINUED)
+ while (rv == FPDF_RENDER_TOBECONTINUED)
rv = FPDF_RenderPage_Continue(page, &pause);
}