~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
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070216162444-06s322lbvnuhzed0
Tags: upstream-3.5.6
ImportĀ upstreamĀ versionĀ 3.5.6

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
    /*