* cygheap.cc: Fix formatting.
This commit is contained in:
parent
fcb1765e87
commit
c5d751a658
|
@ -1,3 +1,7 @@
|
||||||
|
2014-11-03 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygheap.cc: Fix formatting.
|
||||||
|
|
||||||
2014-10-30 Corinna Vinschen <corinna@vinschen.de>
|
2014-10-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* uinfo.cc (cygheap_user::ontherange): Don't mention /etc/passwd.
|
* uinfo.cc (cygheap_user::ontherange): Don't mention /etc/passwd.
|
||||||
|
|
|
@ -223,7 +223,8 @@ init_cygheap::init_installation_root ()
|
||||||
if (cygwin_props.disable_key)
|
if (cygwin_props.disable_key)
|
||||||
{
|
{
|
||||||
installation_key.Length = 0;
|
installation_key.Length = 0;
|
||||||
installation_key.Buffer[0] = L'\0'; }
|
installation_key.Buffer[0] = L'\0';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void __stdcall
|
void __stdcall
|
||||||
|
|
Loading…
Reference in New Issue