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:
Justus Winter 2016-11-16 09:26:37 +01:00
parent bd91f92ace
commit fc53a4d06e
1 changed files with 1 additions and 1 deletions

View File

@ -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";