summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/modules/rtp/rtsp.c2
-rw-r--r--src/modules/rtp/rtsp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/rtp/rtsp.c b/src/modules/rtp/rtsp.c
index 9f4d5e45..d8440724 100644
--- a/src/modules/rtp/rtsp.c
+++ b/src/modules/rtp/rtsp.c
@@ -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));
}
if (res)
- c->localip = pa_xstrdup(res);
+ c->localip = pa_xstrdup(res);
}
}
diff --git a/src/modules/rtp/rtsp.h b/src/modules/rtp/rtsp.h
index 8d86f7ba..181d0854 100644
--- a/src/modules/rtp/rtsp.h
+++ b/src/modules/rtp/rtsp.h
@@ -1,7 +1,7 @@
#ifndef foortsphfoo
#define foortsphfoo
-/* $Id: rtp.h 1465 2007-05-29 17:24:48Z lennart $ */
+/* $Id$ */
/***
This file is part of PulseAudio.