Changeset 1246 for trunk/src/kmk/kmkbuiltin/cp.c
- Timestamp:
- Oct 15, 2007, 6:54:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/cp.c
r1194 r1246 72 72 #include <string.h> 73 73 #include <unistd.h> 74 #include "getopt.h" 74 75 75 76 #ifdef _MSC_VER … … 610 611 " or: %s --version\n", 611 612 g_progname, g_progname, g_progname, g_progname); 612 return EX_USAGE;613 return 1; 613 614 }
Note:
See TracChangeset
for help on using the changeset viewer.