diff options
Diffstat (limited to 'include/fitz/base_runtime.h')
-rw-r--r-- | include/fitz/base_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/base_runtime.h b/include/fitz/base_runtime.h index a518bd9b..0bb00292 100644 --- a/include/fitz/base_runtime.h +++ b/include/fitz/base_runtime.h @@ -50,11 +50,11 @@ typedef struct fz_error_s fz_error; struct fz_error_s { - fz_error *cause; char msg[184]; char file[32]; char func[32]; int line; + fz_error *cause; }; #define fz_outofmem (&fz_koutofmem) |