[freeimage] 27/47: Fix copy-pasto in tif_config.h
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sat Sep 26 22:27:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository freeimage.
commit cddd3e04b65efb1291ed6b28ac8310f33eec4466
Author: Julien Cristau <jcristau at debian.org>
Date: Fri Oct 29 22:39:05 2010 +0200
Fix copy-pasto in tif_config.h
---
Source/LibTIFF/tif_config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Source/LibTIFF/tif_config.h b/Source/LibTIFF/tif_config.h
index 8b17b9f..fad26fa 100644
--- a/Source/LibTIFF/tif_config.h
+++ b/Source/LibTIFF/tif_config.h
@@ -289,7 +289,7 @@
#if SIZEOF_LONG == 8
#define TIFF_UINT64_T unsigned long
#else
-#define TIFF_INT64_T unsigned long long
+#define TIFF_UINT64_T unsigned long long
#endif
/* XXX end XXX */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freeimage.git
More information about the debian-science-commits
mailing list