summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
diff options
context:
space:
mode:
authorJoris Van Damme <joris.at.lebbeke@skynet.be>2007-06-22 08:27:19 +0000
committerJoris Van Damme <joris.at.lebbeke@skynet.be>2007-06-22 08:27:19 +0000
commitf72ffa0046152964db68ae0ac94a4a789a9ea247 (patch)
treeb59e4871b91ebddab3c603ce19d31cd98bfe169f /libtiff/tiffio.h
parentccb583be17e06740243faa847b7425d273dd83fa (diff)
downloadlibtiff-git-f72ffa0046152964db68ae0ac94a4a789a9ea247.tar.gz
BigTIFF upgrade: misc little things
Diffstat (limited to 'libtiff/tiffio.h')
-rw-r--r--libtiff/tiffio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtiff/tiffio.h b/libtiff/tiffio.h
index bd28a76a..f8754179 100644
--- a/libtiff/tiffio.h
+++ b/libtiff/tiffio.h
@@ -1,4 +1,4 @@
-/* $Id: tiffio.h,v 1.64 2007-06-12 13:07:33 joris Exp $ */
+/* $Id: tiffio.h,v 1.65 2007-06-22 08:27:22 joris Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -69,7 +69,7 @@ typedef uint16 tsample_t; /* sample number */
typedef uint32 tstrile_t; /* strip or tile number */
typedef tstrile_t tstrip_t; /* strip number */
typedef tstrile_t ttile_t; /* tile number */
-typedef tmsize_t tsize_t; /* i/o size in bytes */
+typedef tmsize_t tsize_t; /* i/o size in bytes */
typedef void* tdata_t; /* image data ref */
typedef uint64 toff_t; /* file offset */
@@ -131,7 +131,7 @@ typedef void* thandle_t; /* client data handle */
/* Structure for holding information about a display device. */
-typedef unsigned char TIFFRGBValue; /* 8-bit samples */
+typedef unsigned char TIFFRGBValue; /* 8-bit samples */
typedef struct {
float d_mat[3][3]; /* XYZ -> luminance matrix */