aboutsummaryrefslogtreecommitdiffstats
path: root/common/argparse.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-06-10 13:11:32 +0000
committerWerner Koch <[email protected]>2014-06-10 13:11:32 +0000
commit141d69cb2a94a752244e89f49611923a2f184dfd (patch)
tree1111751cba210dbf238f114348d325b8f12d9e69 /common/argparse.c
parentgpg: Use more specific reason codes for INV_RECP. (diff)
downloadgnupg-141d69cb2a94a752244e89f49611923a2f184dfd.tar.gz
gnupg-141d69cb2a94a752244e89f49611923a2f184dfd.zip
w32: Fix build problem with dirmngr.
* dirmngr/ks-engine-hkp.c (EAI_SYSTEM) [W32]: Add replacement constant.
Diffstat (limited to '')
-rw-r--r--common/argparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/argparse.c b/common/argparse.c
index f4180cfd9..c713bf609 100644
--- a/common/argparse.c
+++ b/common/argparse.c
@@ -1336,7 +1336,7 @@ strusage( int level )
break;
case 11: p = "foo"; break;
case 13: p = "0.0"; break;
- case 14: p = "Copyright (C) 2012 Free Software Foundation, Inc."; break;
+ case 14: p = "Copyright (C) 2014 Free Software Foundation, Inc."; break;
case 15: p =
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n";