diff options
Diffstat (limited to 'gpgme/rungpg.c')
-rw-r--r-- | gpgme/rungpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index 36b6f799..c6c6834e 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -979,7 +979,7 @@ read_status ( GpgObject gpg ) if ( *p == '\n' ) { /* (we require that the last line is terminated by a LF) */ *p = 0; - /*fprintf (stderr, "read_status: `%s'\n", buffer);*/ + /* fprintf (stderr, "read_status: `%s'\n", buffer); */ if (!strncmp (buffer, "[GNUPG:] ", 9 ) && buffer[9] >= 'A' && buffer[9] <= 'Z' ) { struct status_table_s t, *r; |