| commit | 42166485c5c68b868be0a41fe17f198da4ac8f22 | [log] [tgz] |
|---|---|---|
| author | Roderick W. Smith <rodsmith@rodsbooks.com> | Fri Jun 19 10:26:17 2015 -0400 |
| committer | Roderick W. Smith <rodsmith@rodsbooks.com> | Fri Jun 19 10:26:17 2015 -0400 |
| tree | 19518003208421554d9d41db63c82edb8f78c46c | |
| parent | 90175303379864de3393a9b76a32b01193714f92 [diff] [blame] |
Fixed odd compile problem.
diff --git a/diskio-unix.cc b/diskio-unix.cc index d17fbd3..af71cdb 100644 --- a/diskio-unix.cc +++ b/diskio-unix.cc
@@ -75,7 +75,7 @@ if (S_ISDIR(st.st_mode)) cerr << "The specified path is a directory!\n"; #if !(defined(__FreeBSD__) || defined(__FreeBSD_kernel__)) \ - && !defined(__APPLE__) + && !defined(__APPLE__) else if (S_ISCHR(st.st_mode)) cerr << "The specified path is a character device!\n"; #endif