~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/init.cc

  • Committer: Monty Taylor
  • Date: 2008-09-23 14:19:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923141948-ktph2kg13addaxq1
Actually removed VOID() this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  init_time();                          /* Init time-functions (read zone) */
35
35
  my_abort_hook=unireg_abort;           /* Abort with close of databases */
36
36
 
37
 
  VOID(stpcpy(reg_ext,".frm"));
 
37
  stpcpy(reg_ext,".frm");
38
38
  reg_ext_length= 4;
39
39
 
40
40
  return;