Change tab to space in Changelog.

This commit is contained in:
Thomas Pfaff 2003-12-01 22:13:58 +00:00
parent 94d2416049
commit 693dd53815
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
ensure race safeness without using a mutex. ensure race safeness without using a mutex.
(List_remove): Use InterlockedCompareExchangePointer to (List_remove): Use InterlockedCompareExchangePointer to
ensure race safeness with List_insert. ensure race safeness with List_insert.
(List::insert): Remove mx parameter for List_insert call. (List::insert): Remove mx parameter for List_insert call.
2003-12-01 Corinna Vinschen <corinna@vinschen.de> 2003-12-01 Corinna Vinschen <corinna@vinschen.de>