~ubuntu-branches/ubuntu/vivid/ck/vivid-proposed

« back to all changes in this revision

Viewing changes to src/ck_ht.c

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-09-10 22:16:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140910221603-bozg1pm8y27b76us
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
 
396
396
                return true;
397
397
        }
398
 
        
 
398
 
399
399
        if (cycles == 0) {
400
400
                maximum = 0;
401
401
 
1027
1027
}
1028
1028
 
1029
1029
#endif /* CK_F_HT */
1030