diff options
Diffstat (limited to 'Modules/bsddb.h')
-rw-r--r-- | Modules/bsddb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/bsddb.h b/Modules/bsddb.h index 36bed55..65c2bea 100644 --- a/Modules/bsddb.h +++ b/Modules/bsddb.h @@ -232,7 +232,7 @@ typedef struct { #define DBSequenceObject_Check(v) ((v)->ob_type == bsddb_api->dbsequence_type) #endif -#endif // COMPILING_BSDDB_C +#endif /* COMPILING_BSDDB_C */ -#endif // _BSDDB_H_ +#endif /* _BSDDB_H_ */ |