~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to demo/vecscreen.c

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
**************************************************************************/
26
26
/* $Revision 1.0 $  
27
27
* $Log: vecscreen.c,v $
 
28
* Revision 6.8  2006/04/10 19:21:21  madden
 
29
* Add call to FileClose for outfp
 
30
*
28
31
* Revision 6.7  2004/06/30 19:19:39  kans
29
32
* include <blfmtutl.h>
30
33
*
340
343
                fprintf(outfp, "</BODY>\n</HTML>\n");
341
344
 
342
345
        FileClose(infp);
 
346
        FileClose(outfp);
343
347
 
344
348
        return 0;
345
349
}