~ubuntu-branches/ubuntu/trusty/tiff/trusty

« back to all changes in this revision

Viewing changes to port/dummy.c

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2012-06-24 13:45:42 UTC
  • mfrom: (15.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20120624134542-u7dltcqwnb6orprf
Tags: 4.0.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: dummy.c,v 1.2.2.2 2010-06-08 18:50:43 bfriesen Exp $ */
 
1
/* $Id: dummy.c,v 1.3 2007-03-21 14:54:16 dron Exp $ */
2
2
 
3
3
/*
4
4
 * Dummy function, just to be ensure that the library always will be created.
10
10
        return;
11
11
}
12
12
 
13
 
/*
14
 
 * Local Variables:
15
 
 * mode: c
16
 
 * c-basic-offset: 8
17
 
 * fill-column: 78
18
 
 * End:
19
 
 */