diff options
author | Lei Zhang <thestig@chromium.org> | 2014-05-24 00:37:54 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2014-05-24 00:37:54 -0700 |
commit | 4201b2a5f38a6335d012aa4dc4cd19f6989d05f1 (patch) | |
tree | 7d24a0fd8c8651ff1e58ee6810b876fd50e635bd /fpdfsdk/include | |
parent | 197fd8dc8daac8da11f15d4d634d7415cfebbc25 (diff) | |
download | pdfium-4201b2a5f38a6335d012aa4dc4cd19f6989d05f1.tar.xz |
Fix a typo with PAGEMODE_UNKNOWN.
R=jam@chromium.org
Review URL: https://codereview.chromium.org/297993002
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r-- | fpdfsdk/include/fpdf_ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/fpdf_ext.h b/fpdfsdk/include/fpdf_ext.h index 5efe0e662d..96e3c857fd 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 |