aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r--g10/mainproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index eb6d4f6c1..c0bd9455e 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -988,7 +988,7 @@ list_node( CTX c, KBNODE node )
m_free(p);
}
if( opt.with_colons )
- printf(":%02x:", sig->sig_class );
+ printf(":%02x%c:", sig->sig_class, get_lsign_letter (sig) );
putchar('\n');
}
else