~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to mysys/hash.c

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
508
508
  pos->next=empty_index;
509
509
 
510
510
exit:
511
 
  VOID(pop_dynamic(&hash->array));
 
511
  pop_dynamic(&hash->array);
512
512
  if (hash->free)
513
513
    (*hash->free)((uchar*) record);
514
514
  return(0);