aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 22acf8897..6732d0e30 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -832,7 +832,7 @@ main( int argc, char **argv )
#endif
}
- #ifdef HAVE_DOSISH_SYSTEM
+#ifdef HAVE_DOSISH_SYSTEM
if ( strchr (opt.homedir,'\\') ) {
char *d, *buf = m_alloc (strlen (opt.homedir)+1);
const char *s = opt.homedir;
@@ -841,13 +841,13 @@ main( int argc, char **argv )
*d = 0;
opt.homedir = buf;
}
- #endif
- #undef USE_SHM_COPROCESSING
- #ifdef USE_SHM_COPROCESSING
+#endif
+#undef USE_SHM_COPROCESSING /* huh? */
+#ifdef USE_SHM_COPROCESSING
if( opt.shm_coprocess ) {
init_shm_coprocessing(requested_shm_size, 1 );
}
- #endif
+#endif
/* initialize the secure memory. */
secmem_init( 16384 );
maybe_setuid = 0;