aboutsummaryrefslogtreecommitdiffstats
path: root/src/fcopy/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcopy/main.c')
-rw-r--r--src/fcopy/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fcopy/main.c b/src/fcopy/main.c
index ca2643e7d..56d297c9a 100644
--- a/src/fcopy/main.c
+++ b/src/fcopy/main.c
@@ -272,7 +272,7 @@ static void usage(void) {
272} 272}
273 273
274int main(int argc, char **argv) { 274int main(int argc, char **argv) {
275#if 0 275//#if 0
276{ 276{
277//system("cat /proc/self/status"); 277//system("cat /proc/self/status");
278int i; 278int i;
@@ -280,7 +280,7 @@ for (i = 0; i < argc; i++)
280 printf("*%s* ", argv[i]); 280 printf("*%s* ", argv[i]);
281printf("\n"); 281printf("\n");
282} 282}
283#endif 283//#endif
284 if (argc != 3) { 284 if (argc != 3) {
285 fprintf(stderr, "Error fcopy: files missing\n"); 285 fprintf(stderr, "Error fcopy: files missing\n");
286 usage(); 286 usage();