Fix svn properties and some minor indentation

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2363 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Colin Guthrie 2008-05-04 01:26:29 +00:00
parent 27ed970adf
commit a08d733fd1
2 changed files with 2 additions and 2 deletions

View file

@ -321,7 +321,7 @@ static void on_connection(pa_socket_client *sc, pa_iochannel *io, void *userdata
res = inet_ntop(AF_INET6, &sa.in6.sin6_addr, buf, sizeof(buf)); res = inet_ntop(AF_INET6, &sa.in6.sin6_addr, buf, sizeof(buf));
} }
if (res) if (res)
c->localip = pa_xstrdup(res); c->localip = pa_xstrdup(res);
} }
} }

View file

@ -1,7 +1,7 @@
#ifndef foortsphfoo #ifndef foortsphfoo
#define foortsphfoo #define foortsphfoo
/* $Id: rtp.h 1465 2007-05-29 17:24:48Z lennart $ */ /* $Id$ */
/*** /***
This file is part of PulseAudio. This file is part of PulseAudio.