~ubuntu-branches/ubuntu/maverick/libxpm/maverick

« back to all changes in this revision

Viewing changes to src/create.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-02-16 16:24:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070216162444-j8q49d5cy21m5vyd
Tags: 1:3.5.6-1
* New upstream release.
* Add XS-Vcs-Git header to debian/control.
* Drop obsolete CVS information from the long descriptions.
* Install the upstream changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2080
2080
        xpmGetCmt(data, &hints_cmt);
2081
2081
 
2082
2082
    /*
2083
 
     * init the hastable
 
2083
     * init the hashtable
2084
2084
     */
2085
2085
    if (USE_HASHTABLE) {
2086
2086
        ErrorStatus = xpmHashTableInit(&hashtable);
2087
2087
        if (ErrorStatus != XpmSuccess)
2088
 
            return (ErrorStatus);
 
2088
            RETURN(ErrorStatus);
2089
2089
    }
2090
2090
 
2091
2091
    /*