~ubuntu-branches/ubuntu/natty/tiff/natty

« back to all changes in this revision

Viewing changes to contrib/pds/tif_pdsdirwrite.c

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-06-18 21:28:11 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100618212811-3t5mffcr8gpfpuel
Tags: 3.9.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Header: /cvs/maptools/cvsroot/libtiff/contrib/pds/tif_pdsdirwrite.c,v 1.3 2005/12/21 12:23:13 joris Exp $ */
 
1
/* $Header: /cvs/maptools/cvsroot/libtiff/contrib/pds/tif_pdsdirwrite.c,v 1.3.2.1 2010-06-08 18:50:41 bfriesen Exp $ */
2
2
 
3
3
/* When writing data to TIFF files, it is often useful to store application-
4
4
   specific data in a private TIFF directory so that the tags don't need to
962
962
        }
963
963
        return (1);
964
964
}
 
965
/*
 
966
 * Local Variables:
 
967
 * mode: c
 
968
 * c-basic-offset: 8
 
969
 * fill-column: 78
 
970
 * End:
 
971
 */