From bfcd1e07caafe42662cbb6215b6e60c90dcc0764 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 21 Oct 2013 10:54:23 -0400 Subject: [PATCH] compile failure due to no newline at end of file --- libs/sofia-sip/libsofia-sip-ua/tport/ws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sofia-sip/libsofia-sip-ua/tport/ws.c b/libs/sofia-sip/libsofia-sip-ua/tport/ws.c index a6b73406e4..41df93fdcf 100644 --- a/libs/sofia-sip/libsofia-sip-ua/tport/ws.c +++ b/libs/sofia-sip/libsofia-sip-ua/tport/ws.c @@ -812,4 +812,4 @@ int xp_is_blocking(int errcode) return errcode == EAGAIN || errcode == EWOULDBLOCK || errcode == EINPROGRESS || errcode == EINTR; } -#endif \ No newline at end of file +#endif