diff options
author | unknown <heikki@donna.mysql.fi> | 2001-02-28 21:03:37 +0200 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-02-28 21:03:37 +0200 |
commit | b330167e18a3c531b4dcc7ddbfde65bc21b9418a (patch) | |
tree | 9eacd91cf4eff5e249edd53557fc3da79f2f62aa | |
parent | 1d9c5905f8c7aa98bcca2ee963f79c901433efb6 (diff) | |
download | mariadb-git-b330167e18a3c531b4dcc7ddbfde65bc21b9418a.tar.gz |
os0file.h Removed a typo in os0file.h
innobase/include/os0file.h:
Removed a typo in os0file.h
-rw-r--r-- | innobase/include/os0file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h index 6ec8c69594a..0960cf32105 100644 --- a/innobase/include/os0file.h +++ b/innobase/include/os0file.h @@ -29,7 +29,6 @@ Created 10/21/1995 Heikki Tuuri #endif #ifndef S_IRUSR -#define #define S_IRUSR 00400 #define S_IWUSR 00200 #define S_IRGRP 00040 |