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
path: root/winsup
diff options
context:
space:
mode:
authorTakashi Yano <takashi.yano@nifty.ne.jp>2023-09-05 11:12:59 +0300
committerTakashi Yano <takashi.yano@nifty.ne.jp>2023-09-05 12:28:01 +0300
commit7a43763d24ab693502b0d0b1323d8cba1123e59a (patch)
tree0246fe5d9c4b5db575eeaf1b2cb14a0894509bd2 /winsup
parent8b2b54b41da605e69a4f30919f24f7a7254d9314 (diff)
Cygwin: dsp: Fix trivial editorial issue.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/fhandler/dsp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler/dsp.cc b/winsup/cygwin/fhandler/dsp.cc
index 00f2bab69..861443352 100644
--- a/winsup/cygwin/fhandler/dsp.cc
+++ b/winsup/cygwin/fhandler/dsp.cc
@@ -1029,7 +1029,7 @@ fhandler_dev_dsp::write (const void *ptr, size_t len)
void
fhandler_dev_dsp::read (void *ptr, size_t& len)
{
- return base ()->_read (ptr, len);
+ base ()->_read (ptr, len);
}
int