aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_procsys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler_procsys.cc')
-rw-r--r--winsup/cygwin/fhandler_procsys.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_procsys.cc b/winsup/cygwin/fhandler_procsys.cc
index 943ffec..d1f34fa 100644
--- a/winsup/cygwin/fhandler_procsys.cc
+++ b/winsup/cygwin/fhandler_procsys.cc
@@ -364,7 +364,7 @@ fhandler_procsys::readdir (DIR *dir, dirent *de)
res = 0;
}
}
- syscall_printf ("%d = readdir (%p, %p)", res, dir, de);
+ syscall_printf ("%d = readdir(%p, %p)", res, dir, de);
return res;
}
@@ -446,7 +446,7 @@ fhandler_procsys::open (int flags, mode_t mode)
break;
}
}
- syscall_printf ("%d = fhandler_procsys::open (%p, %d)", res, flags, mode);
+ syscall_printf ("%d = fhandler_procsys::open(%p, %d)", res, flags, mode);
return res;
}