| Index: third_party/libpng/pngconf.h
|
| ===================================================================
|
| --- third_party/libpng/pngconf.h (revision 7204)
|
| +++ third_party/libpng/pngconf.h (working copy)
|
| @@ -1,7 +1,7 @@
|
|
|
| /* pngconf.h - machine configurable file for libpng
|
| *
|
| - * libpng version 1.2.29 - May 8, 2008
|
| + * libpng version 1.2.33 - October 31, 2008
|
| * For conditions of distribution and use, see copyright notice in png.h
|
| * Copyright (c) 1998-2008 Glenn Randers-Pehrson
|
| * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
| @@ -1123,10 +1123,10 @@
|
| change (I'm not sure if you will or not, so I thought I'd be safe) */
|
| #ifdef PNG_SIZE_T
|
| typedef PNG_SIZE_T png_size_t;
|
| -# define png_sizeof(x) png_convert_size(sizeof (x))
|
| +# define png_sizeof(x) png_convert_size(sizeof(x))
|
| #else
|
| typedef size_t png_size_t;
|
| -# define png_sizeof(x) sizeof (x)
|
| +# define png_sizeof(x) sizeof(x)
|
| #endif
|
|
|
| /* The following is needed for medium model support. It cannot be in the
|
|
|