diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 6c08a6a45..f579fc37f 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -264,7 +264,7 @@ _("Could not find a valid trust path to the key. Let's see whether we\n" else if( !changed ) tty_printf(_("No trust values changed.\n\n") ); - return any? 0:-1; + return changed? 0:-1; } /**************** |