summaryrefslogtreecommitdiff
path: root/src/dotd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotd.c')
-rw-r--r--src/dotd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotd.c b/src/dotd.c
index b09b336..a8c11ed 100644
--- a/src/dotd.c
+++ b/src/dotd.c
@@ -103,7 +103,7 @@ int dcc_cleanup_dotd(const char *dotd_fname,
}
tmp_dotd = fopen(*new_dotd_fname, "w");
- if ((tmp_dotd == NULL)) {
+ if (tmp_dotd == NULL) {
fclose(dotd);
return 1;
}