diff options
-rw-r--r-- | context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context.cpp b/context.cpp index bb26ee9..614a7ad 100644 --- a/context.cpp +++ b/context.cpp @@ -423,7 +423,7 @@ gpgme_error_t Context::passphrase(const char *uid_hint, qDebug() << "something is terribly broken"; } #else - // DWORD written; + DWORD written; WriteFile((HANDLE) fd, "\n", 1, &written, 0); #endif |