diff options
author | Werner Koch <[email protected]> | 2005-06-07 19:09:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-06-07 19:09:18 +0000 |
commit | 33701641829798ddd7fced64cf9a504cc5f48cc1 (patch) | |
tree | a2a787141e9fa5ff1cedd913bd2d3950750503ce /common/sysutils.c | |
parent | 2005-06-04 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-33701641829798ddd7fced64cf9a504cc5f48cc1.tar.gz gnupg-33701641829798ddd7fced64cf9a504cc5f48cc1.zip |
New debugging optionhs, updates to the manual.
Diffstat (limited to '')
-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 } |