summaryrefslogtreecommitdiff
path: root/pr/tests/prpollml.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/prpollml.c')
-rw-r--r--pr/tests/prpollml.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/prpollml.c b/pr/tests/prpollml.c
index cef22052..82194f5f 100644
--- a/pr/tests/prpollml.c
+++ b/pr/tests/prpollml.c
@@ -43,7 +43,7 @@ static void Test(void)
for (i = POLL_DESC_COUNT; i >= 1; i--) {
rv = PR_Poll(pd, i, timeout);
if (rv != 0) {
- fprintf(stderr, "PR_Poll should time out but returns %d\n",
+ fprintf(stderr, "PR_Poll should time out but returns %d\n",
(int) rv);
exit(1);
}
@@ -85,7 +85,7 @@ int main(int argc, char **argv)
(int) PR_GetError(), (int) PR_GetOSError());
exit(1);
}
-
+
pd[i].fd = sock;
pd[i].in_flags = PR_POLL_READ;
}