mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgscm: Fix string.
* tests/gpgscm/scheme.c (type_to_string): Fix string. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
bd91f92ace
commit
fc53a4d06e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ type_to_string (enum scheme_types typ)
|
|||
case T_PROC: return "proc";
|
||||
case T_PAIR: return "pair";
|
||||
case T_CLOSURE: return "closure";
|
||||
case T_CONTINUATION: return "configuration";
|
||||
case T_CONTINUATION: return "continuation";
|
||||
case T_FOREIGN: return "foreign";
|
||||
case T_CHARACTER: return "character";
|
||||
case T_PORT: return "port";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue