diff options
Diffstat (limited to 'third_party/libjpeg/jmemsys.h')
-rw-r--r-- | third_party/libjpeg/jmemsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjpeg/jmemsys.h b/third_party/libjpeg/jmemsys.h index 896688181b..df697a062b 100644 --- a/third_party/libjpeg/jmemsys.h +++ b/third_party/libjpeg/jmemsys.h @@ -129,7 +129,7 @@ typedef struct backing_store_struct { /* Private fields for system-dependent backing-store management */ /* For a typical implementation with temp files, we need: */ - FXSYS_FILE * temp_file; /* stdio reference to temp file */ + FILE* temp_file; /* stdio reference to temp file */ char temp_name[TEMP_NAME_LENGTH]; /* name of temp file */ } backing_store_info; |