~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-07-15 11:58:12 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060715115812-v18efmdayby4clau
Tags: 0.8.6-1
* New upstream release
* swap maintainer/uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                return 1;
36
36
        }
37
37
        
38
 
        GError   *err;
 
38
        GError   *err = NULL;
39
39
        GsfInput * input;
40
40
        input = GSF_INPUT(gsf_input_stdio_new (argv[1], &err));
41
41
        if (input == NULL)