From: Michael Jerris Date: Mon, 21 Oct 2013 14:54:23 +0000 (-0400) Subject: compile failure due to no newline at end of file X-Git-Tag: v1.4.1~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcd1e07caafe42662cbb6215b6e60c90dcc0764;p=thirdparty%2Ffreeswitch.git compile failure due to no newline at end of file --- 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