diff --git a/libtiff/tif_color.c b/libtiff/tif_color.c index 34f18d0a..420993fb 100644 --- a/libtiff/tif_color.c +++ b/libtiff/tif_color.c @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tif_color.c,v 1.7 2003-12-24 22:02:04 dron Exp $ */ +/* $Id: tif_color.c,v 1.8 2004-11-09 20:27:47 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -170,7 +170,7 @@ TIFFCIELabToRGBInit(TIFFCIELabToRGB* cielab, #define SHIFT 16 #define FIX(x) ((int32)((x) * (1L<(max)?(max):(f)) void @@ -265,4 +265,4 @@ TIFFYCbCrToRGBInit(TIFFYCbCrToRGB* ycbcr, float *luma, float *refBlackWhite) #undef ONE_HALF #undef FIX - +/* vim: set ts=8 sts=8 sw=8 noet: */