aboutsummaryrefslogtreecommitdiff
path: root/compat/dbmopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/dbmopen.c')
-rw-r--r--compat/dbmopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/dbmopen.c b/compat/dbmopen.c
index 9af5922..9e66acc 100644
--- a/compat/dbmopen.c
+++ b/compat/dbmopen.c
@@ -219,7 +219,7 @@ dbm_open (char *file, int flags, int mode)
{
open_flags = GDBM_WRCREAT;
}
- else if ( (flags & O_TRUNC) == O_TRUNC)
+ else if ((flags & O_TRUNC) == O_TRUNC)
{
open_flags = GDBM_NEWDB;
}

Return to:

Send suggestions and report system problems to the System administrator.