diff options
Diffstat (limited to 'third_party/libtiff/uvcode.h')
-rw-r--r-- | third_party/libtiff/uvcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libtiff/uvcode.h b/third_party/libtiff/uvcode.h index 50f11d7e0a..6286cfbb0c 100644 --- a/third_party/libtiff/uvcode.h +++ b/third_party/libtiff/uvcode.h @@ -3,7 +3,7 @@ #define UV_NDIVS 16289 #define UV_VSTART (float)0.016940 #define UV_NVS 163 -static struct { +static const struct { float ustart; short nus, ncum; } uv_row[UV_NVS] = { |