diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 490ede60e35..a3ae6ceb3ce 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -2398,7 +2398,7 @@ image_load_qt_1 (f, img, type, fss, dh) | |||
| 2398 | FSSpec *fss; | 2398 | FSSpec *fss; |
| 2399 | Handle dh; | 2399 | Handle dh; |
| 2400 | { | 2400 | { |
| 2401 | OSErr err; | 2401 | ComponentResult err; |
| 2402 | GraphicsImportComponent gi; | 2402 | GraphicsImportComponent gi; |
| 2403 | Rect rect; | 2403 | Rect rect; |
| 2404 | int width, height; | 2404 | int width, height; |