diff options
author | Christopher Faylor <me@cgf.cx> | 2004-04-11 17:36:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-04-11 17:36:05 +0000 |
commit | 1ed8d18733295428499ee4ee620ad22acb172c27 (patch) | |
tree | bc9cc9a49da944acccfb2801fd5d9b2b3b542240 /winsup/cygwin/cygheap.h | |
parent | 0cb38eb5519c84861c87ad729e6173092d53ed98 (diff) | |
download | cygnal-1ed8d18733295428499ee4ee620ad22acb172c27.tar.gz cygnal-1ed8d18733295428499ee4ee620ad22acb172c27.tar.bz2 cygnal-1ed8d18733295428499ee4ee620ad22acb172c27.zip |
* cygheap.h: Replace inexplicably removed closing brace.
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r-- | winsup/cygwin/cygheap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index ef84f18ef..8d065fee9 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -376,3 +376,4 @@ char *__stdcall cstrdup1 (const char *) __attribute__ ((regparm(1))); void __stdcall cfree_and_set (char *&, char * = NULL) __attribute__ ((regparm(2))); void __stdcall cygheap_init (); extern DWORD _cygheap_start; +} |