aboutsummaryrefslogtreecommitdiffstats
path: root/g10/openfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/openfile.c')
-rw-r--r--g10/openfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/openfile.c b/g10/openfile.c
index dbf42db78..faf9a2cd6 100644
--- a/g10/openfile.c
+++ b/g10/openfile.c
@@ -309,7 +309,7 @@ copy_options_file( const char *destdir )
return;
fname = xmalloc ( strlen(datadir) + strlen(destdir)
- strlen (SKELEXT) + 15 );
+ + strlen (SKELEXT) + 15 );
strcpy(stpcpy(fname, datadir), DIRSEP_S "gpg-conf" SKELEXT );
src = fopen( fname, "r" );
if( !src ) {