summaryrefslogtreecommitdiffstats
path: root/stream/librtsp
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
commitfba0b66ff9164bb0e386e47e6051d4ab29997fb5 (patch)
treee28a0e81b672caa7b78825d89c06f7b7940b23e7 /stream/librtsp
parentb8ab5e3f3626dc7f46f0392ccd537f538ac81fd1 (diff)
downloadmpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.bz2
mpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.xz
Add explanatory comments to the #endif part of multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/librtsp')
-rw-r--r--stream/librtsp/rtsp.h3
-rw-r--r--stream/librtsp/rtsp_session.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/stream/librtsp/rtsp.h b/stream/librtsp/rtsp.h
index eefdd79d51..2c3c32eb6d 100644
--- a/stream/librtsp/rtsp.h
+++ b/stream/librtsp/rtsp.h
@@ -80,5 +80,4 @@ void rtsp_schedule_field(rtsp_t *s, const char *string);
void rtsp_unschedule_field(rtsp_t *s, const char *string);
void rtsp_unschedule_all(rtsp_t *s);
-#endif
-
+#endif /* HAVE_RTSP_H */
diff --git a/stream/librtsp/rtsp_session.h b/stream/librtsp/rtsp_session.h
index 8503ae2cc7..da2ede77ab 100644
--- a/stream/librtsp/rtsp_session.h
+++ b/stream/librtsp/rtsp_session.h
@@ -40,4 +40,4 @@ int rtsp_session_read(rtsp_session_t *session, char *data, int len);
void rtsp_session_end(rtsp_session_t *session);
-#endif
+#endif /* HAVE_RTSP_SESSION_H */