[svn:parrot] r43189 - trunk/src/io
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Tue Dec 22 03:24:12 UTC 2009
Author: jkeenan
Date: Tue Dec 22 03:24:03 2009
New Revision: 43189
URL: https://trac.parrot.org/parrot/changeset/43189
Log:
No trailing whitespace. plobsing++ for noticing this.
Modified:
trunk/src/io/win32.c
Modified: trunk/src/io/win32.c
==============================================================================
--- trunk/src/io/win32.c Tue Dec 22 00:18:36 2009 (r43188)
+++ trunk/src/io/win32.c Tue Dec 22 03:24:03 2009 (r43189)
@@ -710,7 +710,7 @@
CloseHandle(hread);
}
- Parrot_str_free_cstring(cmd);
+ Parrot_str_free_cstring(cmd);
CloseHandle(procinfo.hThread);
VTABLE_set_integer_keyed_int(interp, io, 0, (INTVAL)procinfo.hProcess);
return io;
More information about the parrot-commits
mailing list