diff options
Diffstat (limited to '')
-rw-r--r-- | g10/plaintext.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c index 62cdd081f..3183785b4 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -25,7 +25,7 @@ #include <errno.h> #include <assert.h> #ifdef HAVE_DOSISH_SYSTEM -# include <fcntl.h> /* for setmode() */ +#include <fcntl.h> /* for setmode() */ #endif #include "util.h" @@ -450,8 +450,3 @@ hash_datafiles( MD_HANDLE md, MD_HANDLE md2, STRLIST files, return 0; } - - - - - |