summaryrefslogtreecommitdiffstats
path: root/common/sysutils.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-06-07 21:09:18 +0200
committerWerner Koch <wk@gnupg.org>2005-06-07 21:09:18 +0200
commit33701641829798ddd7fced64cf9a504cc5f48cc1 (patch)
treea2a787141e9fa5ff1cedd913bd2d3950750503ce /common/sysutils.c
parent2005-06-04 Marcus Brinkmann <marcus@g10code.de> (diff)
downloadgnupg2-33701641829798ddd7fced64cf9a504cc5f48cc1.tar.xz
gnupg2-33701641829798ddd7fced64cf9a504cc5f48cc1.zip
New debugging optionhs, updates to the manual.
Diffstat (limited to 'common/sysutils.c')
-rw-r--r--common/sysutils.c2
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
}