diff options
Diffstat (limited to 'gpgme/mkstatus')
-rwxr-xr-x | gpgme/mkstatus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/mkstatus b/gpgme/mkstatus index 7895ec7f..cc57969c 100755 --- a/gpgme/mkstatus +++ b/gpgme/mkstatus @@ -31,7 +31,7 @@ cat <<EOF struct status_table_s { const char *name; - GpgmeStatusCode code; + gpgme_status_code_t code; }; static struct status_table_s status_table[] = |