aboutsummaryrefslogtreecommitdiff
path: root/src/pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pager.h')
-rw-r--r--src/pager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pager.h b/src/pager.h
index 69d3bb443..af71d745a 100644
--- a/src/pager.h
+++ b/src/pager.h
@@ -14,8 +14,8 @@
** at a time and provides a journal for rollback.
*/
-#ifndef _PAGER_H_
-#define _PAGER_H_
+#ifndef SQLITE_PAGER_H
+#define SQLITE_PAGER_H
/*
** Default maximum size for persistent journal files. A negative
@@ -229,4 +229,4 @@ void *sqlite3PagerCodec(DbPage *);
# define enable_simulated_io_errors()
#endif
-#endif /* _PAGER_H_ */
+#endif /* SQLITE_PAGER_H */