Browse Source

Removed tabs.

pull/374/head
unknown 19 years ago
parent
commit
8205e16c89
  1. 2
      myisam/mi_open.c

2
myisam/mi_open.c

@ -1199,7 +1199,7 @@ int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, File file_to_dup __attr
int mi_open_keyfile(MYISAM_SHARE *share)
{
if ((share->kfile=my_open(share->unique_file_name, share->mode | O_SHARE,
MYF(MY_WME))) < 0)
MYF(MY_WME))) < 0)
return 1;
return 0;
}

Loading…
Cancel
Save