white space

This commit is contained in:
Christopher Faylor 2005-05-27 18:42:03 +00:00
parent 1bbf1ac6a5
commit e1e5d196d2
1 changed files with 1 additions and 1 deletions

View File

@ -428,5 +428,5 @@ char *__stdcall cstrdup (const char *) __attribute__ ((regparm(1)));
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 __attribute__((section(".cygheap")));
extern DWORD _cygheap_start __attribute__((section(".cygheap")));
}