diff options
Diffstat (limited to '')
-rw-r--r-- | g10/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c index 6a45c6920..a2b5075ed 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -1186,7 +1186,7 @@ check_compress_algo(int algo) #ifdef HAVE_BZIP2 case 3: return 0; #endif - default: return G10ERR_COMPR_ALGO; + default: return GPG_ERR_COMPR_ALGO; } } |