~ubuntu-branches/ubuntu/quantal/tiff/quantal

« back to all changes in this revision

Viewing changes to libtiff/tif_close.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
 
/* $Id: tif_close.c,v 1.10 2006/03/25 03:09:24 joris Exp $ */
 
1
/* $Id: tif_close.c,v 1.10.2.1 2010-06-08 18:50:41 bfriesen Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright (c) 1988-1997 Sam Leffler
117
117
        (void) (*closeproc)(fd);
118
118
}
119
119
 
 
120
/*
 
121
 * Local Variables:
 
122
 * mode: c
 
123
 * c-basic-offset: 8
 
124
 * fill-column: 78
 
125
 * End:
 
126
 */