aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgv.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r--g10/gpgv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c
index a9884a31d..0333d084b 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -131,8 +131,8 @@ main( int argc, char **argv )
{
ARGPARSE_ARGS pargs;
int rc=0;
- STRLIST sl;
- STRLIST nrings=NULL;
+ strlist_t sl;
+ strlist_t nrings=NULL;
unsigned configlineno;
set_strusage (my_strusage);
@@ -186,7 +186,7 @@ main( int argc, char **argv )
for(sl = nrings; sl; sl = sl->next )
keydb_add_resource (sl->d, 0, 0 );
- FREE_STRLIST(nrings);
+ FREE_STRLIST (nrings);
if( (rc = verify_signatures( argc, argv ) ))
log_error("verify signatures failed: %s\n", g10_errstr(rc) );