summaryrefslogtreecommitdiffstats
path: root/src/hdaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdaccess.c')
-rw-r--r--src/hdaccess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdaccess.c b/src/hdaccess.c
index fae2b5ed..0938c8e5 100644
--- a/src/hdaccess.c
+++ b/src/hdaccess.c
@@ -1287,7 +1287,7 @@ disk_t *file_test_availability(const char *device, const int verbose, const arch
{
try_readonly=1;
close(hd_h);
- hd_h=-1;
+ hd_h = -1;
}
}
#endif