Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
c9e9e8d1
Commit
c9e9e8d1
authored
Dec 14, 2003
by
Brad King
Browse files
STYLE: Fixed typo on comment.
parent
5dcbef7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/ProcessWin32.c
View file @
c9e9e8d1
...
@@ -492,7 +492,7 @@ void kwsysProcess_Delete(kwsysProcess* cp)
...
@@ -492,7 +492,7 @@ void kwsysProcess_Delete(kwsysProcess* cp)
}
}
if
(
cp
->
Win9x
)
if
(
cp
->
Win9x
)
{
{
/* Close or handle to the forwarding executable file. This will
/* Close o
u
r handle to the forwarding executable file. This will
cause it to be deleted. */
cause it to be deleted. */
kwsysProcessCleanupHandle
(
&
cp
->
Win9xHandle
);
kwsysProcessCleanupHandle
(
&
cp
->
Win9xHandle
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment