Fixed compiler warning.

This commit is contained in:
Tobias Brunner
2010-03-24 12:03:08 +01:00
parent 0d59713dd9
commit 037fb02493
+1 -1
View File
@@ -96,7 +96,7 @@ static int send_stroke_msg (stroke_msg_t *msg)
{
if (fgets(buffer, sizeof(buffer), stdin))
{
if (write(sock, buffer, strlen(buffer)));
ignore_result(write(sock, buffer, strlen(buffer)));
}
}
}