Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(976)

Unified Diff: fpdfsdk/include/fpdf_ext.h

Issue 297993002: Fix a typo with PAGEMODE_UNKNOWN. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fpdfsdk/src/fpdf_ext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/fpdf_ext.h
diff --git a/fpdfsdk/include/fpdf_ext.h b/fpdfsdk/include/fpdf_ext.h
index 5efe0e662d3840d1c26fe7d3e1a9fc15effbc91b..96e3c857fd030db9ef89eb3e025accf32a591f6b 100644
--- a/fpdfsdk/include/fpdf_ext.h
+++ b/fpdfsdk/include/fpdf_ext.h
@@ -71,7 +71,7 @@ DLLEXPORT FPDF_BOOL STDCALL FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_i
//flags for page mode.
//Unknown value
-#define PAGEMODE_UNKONOWN -1
+#define PAGEMODE_UNKNOWN -1
//Neither document outline nor thumbnail images visible
#define PAGEMODE_USENONE 0
« no previous file with comments | « no previous file | fpdfsdk/src/fpdf_ext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698