aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-07 13:02:04 +0000
committerJuanma Barranquero <[email protected]>2005-06-07 13:02:04 +0000
commit28893db2e7f1991942fd1e667c9802f20a00e2af (patch)
treef1b911c1bb0ad1fbadb6ab8b7a419393151e5e94
parent6d64c19123a4facc0e1189fe14b2ba330f7992f7 (diff)
Update comment.
-rw-r--r--src/image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c
index 15e835fef3..bc88c9d1d0 100644
--- a/src/image.c
+++ b/src/image.c
@@ -6265,8 +6265,8 @@ jpeg_image_p (object)
#endif /* HAVE_STLIB_H */
#if defined (HAVE_NTGUI) && !defined (__WIN32__)
-/* jpeglib.h will define boolean differently depending on __WIN32__,
- so make sure it is defined. */
+/* In older releases of the jpeg library, jpeglib.h will define boolean
+ differently depending on __WIN32__, so make sure it is defined. */
#define __WIN32__ 1
#endif