diff options
Diffstat (limited to 'src/hdaccess.c')
-rw-r--r-- | src/hdaccess.c | 2 |
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 |