summaryrefslogtreecommitdiff
path: root/dbug/dbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbug/dbug.c')
-rw-r--r--dbug/dbug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbug/dbug.c b/dbug/dbug.c
index 1e72bb348ed..d7e20b32c2c 100644
--- a/dbug/dbug.c
+++ b/dbug/dbug.c
@@ -1980,7 +1980,6 @@ static void DBUGOpenFile(CODE_STATE *cs,
{
newfile= !EXISTS(name);
if (!(fp= fopen(name, append ? "a+" : "w")))
- )))
{
(void) fprintf(stderr, ERR_OPEN, cs->process, name);
perror("");