diff options
author | Werner Koch <wk@gnupg.org> | 2005-06-07 21:09:18 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-06-07 21:09:18 +0200 |
commit | 33701641829798ddd7fced64cf9a504cc5f48cc1 (patch) | |
tree | a2a787141e9fa5ff1cedd913bd2d3950750503ce /common/sysutils.c | |
parent | 2005-06-04 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-33701641829798ddd7fced64cf9a504cc5f48cc1.tar.xz gnupg2-33701641829798ddd7fced64cf9a504cc5f48cc1.zip |
New debugging optionhs, updates to the manual.
Diffstat (limited to 'common/sysutils.c')
-rw-r--r-- | common/sysutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sysutils.c b/common/sysutils.c index 97fa23d95..a8f6f6f5d 100644 --- a/common/sysutils.c +++ b/common/sysutils.c @@ -105,7 +105,7 @@ enable_core_dumps (void) setrlimit (RLIMIT_CORE, &limit); return 1; /* We always return true because trhis function is merely a debugging aid. */ -#endif +# endif return 1; #endif } |