Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-04-12 19:53:22 +0400
committerChristopher Faylor <me@cgf.cx>2006-04-12 19:53:22 +0400
commit329a39ebeaeb5da4006fece1e3a46d975e76e800 (patch)
treea683f5d36768b2c9dcadd30c891853363e401dec /winsup/cygwin/lib/libcmain.c
parentbe5542f7168f9cdc40cc20c6a9831143ddfdbdc4 (diff)
* Makefile.in (DLL_OFILES): Add winf.o.
* spawn.cc: Move command line handling stuff into winf.cc. * winf.h: New file. * winf.cc: New file.
Diffstat (limited to 'winsup/cygwin/lib/libcmain.c')
-rw-r--r--winsup/cygwin/lib/libcmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/lib/libcmain.c b/winsup/cygwin/lib/libcmain.c
index b0c011999..da2a69839 100644
--- a/winsup/cygwin/lib/libcmain.c
+++ b/winsup/cygwin/lib/libcmain.c
@@ -13,7 +13,7 @@ details. */
#define SP " \t\n"
-/* Allow apps which don't have a main work, as long as they define WinMain */
+/* Allow apps which don't have a main to work, as long as they define WinMain */
int
main ()
{