summaryrefslogtreecommitdiff
path: root/source3/include/regfio.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/regfio.h')
-rw-r--r--source3/include/regfio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/regfio.h b/source3/include/regfio.h
index 40b3f2ed2f..63516a358d 100644
--- a/source3/include/regfio.h
+++ b/source3/include/regfio.h
@@ -71,7 +71,7 @@ typedef struct regf_hbin {
prs_struct ps; /* data */
- BOOL dirty; /* has this hbin block been modified? */
+ bool dirty; /* has this hbin block been modified? */
} REGF_HBIN;
/* ??? List -- list of key offsets and hashed names for consistency */