diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-01-17 14:33:28 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-01-17 17:15:59 +0100 |
commit | 8e3a4cb453dbb2c498376dada035308fbd16b5b4 (patch) | |
tree | f8d19b772bf92ce8ef54c96d001b6078bd8d250d /include | |
parent | f8cc285a4a9f8f7ff5227de35aa52cde75c12cb9 (diff) | |
download | mupdf-8e3a4cb453dbb2c498376dada035308fbd16b5b4.tar.xz |
pdf: Rename FZ_ERROR_OOM to FZ_ERROR_MEMORY.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/fitz/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/context.h b/include/mupdf/fitz/context.h index ba4255e3..0c0ee78f 100644 --- a/include/mupdf/fitz/context.h +++ b/include/mupdf/fitz/context.h @@ -87,7 +87,7 @@ void fz_rethrow_if(fz_context *ctx, int errcode); enum { FZ_ERROR_NONE = 0, - FZ_ERROR_OOM = 1, + FZ_ERROR_MEMORY = 1, FZ_ERROR_GENERIC = 2, FZ_ERROR_SYNTAX = 3, FZ_ERROR_TRYLATER = 4, |