diff options
Diffstat (limited to 'src')
| -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 70ffabc1937..dac896137c3 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -2396,7 +2396,7 @@ image_load_qt_1 (f, img, type, fss, dh) | |||
| 2396 | FSSpec *fss; | 2396 | FSSpec *fss; |
| 2397 | Handle dh; | 2397 | Handle dh; |
| 2398 | { | 2398 | { |
| 2399 | OSErr err; | 2399 | ComponentResult err; |
| 2400 | GraphicsImportComponent gi; | 2400 | GraphicsImportComponent gi; |
| 2401 | Rect rect; | 2401 | Rect rect; |
| 2402 | int width, height; | 2402 | int width, height; |