summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
commitbd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch)
tree5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/osd/osdcore.h
parent6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff)
Results of running the latest srcclean.
Diffstat (limited to 'src/osd/osdcore.h')
-rw-r--r--src/osd/osdcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/osdcore.h b/src/osd/osdcore.h
index 0563c6b58c6..91811eea9fc 100644
--- a/src/osd/osdcore.h
+++ b/src/osd/osdcore.h
@@ -66,7 +66,7 @@
#define OPEN_FLAG_WRITE 0x0002 /* open for write */
#define OPEN_FLAG_CREATE 0x0004 /* create & truncate file */
#define OPEN_FLAG_CREATE_PATHS 0x0008 /* create paths as necessary */
-#define OPEN_FLAG_NO_PRELOAD 0x0010 /* do not decompress on open */
+#define OPEN_FLAG_NO_PRELOAD 0x0010 /* do not decompress on open */
/* error codes returned by routines below */
enum _file_error
@@ -283,7 +283,7 @@ typedef struct _osd_directory_entry osd_directory_entry;
struct _osd_directory_entry
{
const char * name; /* name of the entry */
- osd_dir_entry_type type; /* type of the entry */
+ osd_dir_entry_type type; /* type of the entry */
UINT64 size; /* size of the entry */
};