aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgsplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgsplit.c')
-rw-r--r--tools/gpgsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c
index 04b57a3d1..e7283a412 100644
--- a/tools/gpgsplit.c
+++ b/tools/gpgsplit.c
@@ -158,7 +158,7 @@ pkttype_to_string (int pkttype)
case PKT_USER_ID : s = "user_id"; break;
case PKT_PUBLIC_SUBKEY : s = "public_subkey"; break;
case PKT_OLD_COMMENT : s = "old_comment"; break;
- case PKT_PHOTO_ID : s = "photo_id"; break;
+ case PKT_ATTRIBUTE : s = "attribute"; break;
case PKT_ENCRYPTED_MDC : s = "encrypted_mdc"; break;
case PKT_MDC : s = "mdc"; break;
case PKT_COMMENT : s = "comment"; break;