Skip to content

Commit 30194bf

Browse files
committed
fix syntax errorr
1 parent cf55070 commit 30194bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/spawn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ pub(in crate::windows) fn spawn(
212212
TRUE,
213213
creation_flags,
214214
// TEMP DEBUG
215-
std::ptr::null_mut()
215+
std::ptr::null_mut(),
216216
//env.as_mut_ptr().cast(),
217217
cwd.as_ptr(),
218218
(&mut startup_info as *mut STARTUPINFOEXW).cast(),

0 commit comments

Comments
 (0)