[svn:parrot] r36572 - trunk/src/io
Infinoid at svn.parrot.org
Infinoid at svn.parrot.org
Wed Feb 11 03:43:10 UTC 2009
Author: Infinoid
Date: Wed Feb 11 03:43:09 2009
New Revision: 36572
URL: https://trac.parrot.org/parrot/changeset/36572
Log:
[cage] Trim whitespace to pass c_parens.t.
Modified:
trunk/src/io/win32.c
Modified: trunk/src/io/win32.c
==============================================================================
--- trunk/src/io/win32.c Wed Feb 11 03:43:03 2009 (r36571)
+++ trunk/src/io/win32.c Wed Feb 11 03:43:09 2009 (r36572)
@@ -305,7 +305,7 @@
PIOHANDLE os_handle = Parrot_io_get_os_handle(interp, filehandle);
if (os_handle != INVALID_HANDLE_VALUE) {
if (CloseHandle(os_handle) == 0)
- result = GetLastError ();
+ result = GetLastError();
Parrot_io_set_os_handle(interp, filehandle, INVALID_HANDLE_VALUE);
}
return 0;
More information about the parrot-commits
mailing list