author | Ryan C. Gordon <icculus@icculus.org> |
Tue, 05 Mar 2002 19:28:49 +0000 | |
changeset 120 | 375cea505a50 |
parent 119 | 3ba614e99e70 |
child 121 | 86deec2e27d9 |
--- a/CHANGELOG Tue Mar 05 19:28:02 2002 +0000 +++ b/CHANGELOG Tue Mar 05 19:28:49 2002 +0000 @@ -63,6 +63,8 @@ 11142001 - Removed a redundant error check in platform/win32.c 03052002 - Made unix.c's timeslice implementation more portable, and added a Darwin-specific means to detect CDs (thanks to Patrick Stein). + Minor cleanup in win32.c (changed "for (; condition ;)" into + "while (condition)" ...) --ryan. (icculus@clutteredmind.org)