From 0ff0e6203720464b1de216e430d604c967e24bb3 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 20 May 2022 19:35:59 +0100 Subject: [PATCH] Better header comment for noaskpass.c. --- unix/noaskpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/noaskpass.c b/unix/noaskpass.c index 3d77b51c..de646c55 100644 --- a/unix/noaskpass.c +++ b/unix/noaskpass.c @@ -1,5 +1,5 @@ /* - * GTK implementation of a GUI password/passphrase prompt. + * Dummy (lack-of-)implementation of a GUI password/passphrase prompt. */ #include "putty.h"