~ubuntu-branches/ubuntu/jaunty/vala/jaunty

« back to all changes in this revision

Viewing changes to ccode/valaccodewriter.c

  • Committer: Bazaar Package Importer
  • Author(s): Marc-Andre Lureau
  • Date: 2009-02-20 23:46:29 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090220234629-erhhgnj4zdpech68
Tags: 0.5.7-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                _tmp2 = NULL;
86
86
                self->priv->stream = (_tmp2 = fopen (self->priv->_filename, "w"), (self->priv->stream == NULL) ? NULL : (self->priv->stream = (fclose (self->priv->stream), NULL)), _tmp2);
87
87
        }
88
 
        return (self->priv->stream != NULL);
 
88
        return self->priv->stream != NULL;
89
89
}
90
90
 
91
91