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

« back to all changes in this revision

Viewing changes to contrib/mac-cw/mac_main.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:
18
18
 
19
19
        return tool_main(argc,argv);  // Call the tool "main()" routine
20
20
}
 
21
/*
 
22
 * Local Variables:
 
23
 * mode: c
 
24
 * c-basic-offset: 8
 
25
 * fill-column: 78
 
26
 * End:
 
27
 */