~ubuntu-branches/ubuntu/trusty/libwpd/trusty

« back to all changes in this revision

Viewing changes to src/conv/html/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-10-24 12:14:42 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061024121442-z8c0itk65vgwmu3g
Tags: 0.8.7-4
update debian/copyright, mmh... 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libwpd
2
 
 * Copyright (C) 2002-2003 William Lachance (william.lachance@sympatico.ca)
 
2
 * Copyright (C) 2002-2003 William Lachance (wrlach@gmail.com)
3
3
 * Copyright (C) 2002-2004 Marc Maurer (uwog@uwog.net)
4
4
 *  
5
5
 * This library is free software; you can redistribute it and/or
53
53
        if (confidence == WPD_CONFIDENCE_NONE || confidence == WPD_CONFIDENCE_POOR)
54
54
        {
55
55
                printf("ERROR: Unsupported file format!\n");
 
56
                delete gsfInput;
56
57
                return 1;
57
58
        }
58
59