From: Giovanni Maruzzelli Date: Tue, 25 Aug 2009 19:27:54 +0000 (+0000) Subject: skypiax: fixed end of line on skypiax.h X-Git-Tag: v1.0.6~2001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797998f014681c6a1ebd26dca4200710876b823b;p=thirdparty%2Ffreeswitch.git skypiax: fixed end of line on skypiax.h git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14635 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_skypiax/skypiax.h b/src/mod/endpoints/mod_skypiax/skypiax.h index e045d2b600..302f473643 100644 --- a/src/mod/endpoints/mod_skypiax/skypiax.h +++ b/src/mod/endpoints/mod_skypiax/skypiax.h @@ -292,4 +292,4 @@ int skypiax_transfer(private_t * tech_pvt, char *id, char *value); int skypiax_socket_create_and_bind(private_t * tech_pvt, int *which_port); #else int skypiax_socket_create_and_bind(private_t * tech_pvt, unsigned short *which_port); -#endif //WIN32 \ No newline at end of file +#endif //WIN32