Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-02 06:31:15 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-02 06:31:15 +0300
commit3593c18730f0208d0e1f110b2e0eca4be11514e7 (patch)
treeb1b86103d6afbbd2eeecf85be12ef4d374dcd6fc /winsup/cygwin/shared.cc
parentfe5ba952458a91f04a732302595d229a14fd4a88 (diff)
space
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r--winsup/cygwin/shared.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc
index 78937da36..a21aebbe3 100644
--- a/winsup/cygwin/shared.cc
+++ b/winsup/cygwin/shared.cc
@@ -245,7 +245,7 @@ shared_info::heap_chunk_size ()
reg_key r1 (HKEY_LOCAL_MACHINE, KEY_READ, "SOFTWARE",
CYGWIN_INFO_CYGNUS_REGISTRY_NAME,
CYGWIN_INFO_CYGWIN_REGISTRY_NAME, NULL);
- heap_chunk = reg.get_int ("heap_chunk_in_mb", 384);
+ heap_chunk = reg.get_int ("heap_chunk_in_mb", 384);
}
if (heap_chunk < 4)