aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH/fio.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DOH/fio.c')
-rw-r--r--Source/DOH/fio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/DOH/fio.c b/Source/DOH/fio.c
index 2ef605c32..4e91a1b51 100644
--- a/Source/DOH/fio.c
+++ b/Source/DOH/fio.c
@@ -490,6 +490,7 @@ int DohCopyto(DOH *in, DOH *out) {
return nbytes;
}
}
+ return nbytes;
}
@@ -588,4 +589,5 @@ DOH *DohReadline(DOH *in) {
Putc(c, s);
n++;
}
+ return s;
}