From 5a941fb9414299dc492fc848e26fc15898115723 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 25 Oct 2004 14:55:44 +0200 Subject: - fixed typo in innobase/os/os0file.c that caused the Windows build to fail innobase/os/os0file.c: - fixed typo that caused the Windows build to fail --- innobase/os/os0file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innobase/os') diff --git a/innobase/os/os0file.c b/innobase/os/os0file.c index f2c1a82a995..f70e8c9b587 100644 --- a/innobase/os/os0file.c +++ b/innobase/os/os0file.c @@ -2390,7 +2390,7 @@ os_file_get_status( } else if (_S_IFREG & statinfo.st_mode) { stat_info->type = OS_FILE_TYPE_FILE; } else { - stat_info_>type = OS_FILE_TYPE_UNKNOWN; + stat_info->type = OS_FILE_TYPE_UNKNOWN; } stat_info->ctime = statinfo.st_ctime; -- cgit v1.2.1