aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-06-15 21:18:31 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-06-15 21:18:31 +0000
commitb940189f7afcd9debc3381e63c11f9af2be52dab (patch)
tree74ab40fb57d861f7ee24158e4495e300b4127202 /gtk/rtp_stream_dlg.h
parent6117869099f21044cd13a918c6004b25a6449beb (diff)
Cleanup header file define guards.
svn path=/trunk/; revision=33230
Diffstat (limited to 'gtk/rtp_stream_dlg.h')
-rw-r--r--gtk/rtp_stream_dlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/rtp_stream_dlg.h b/gtk/rtp_stream_dlg.h
index 47592905c3..6f3e9505bf 100644
--- a/gtk/rtp_stream_dlg.h
+++ b/gtk/rtp_stream_dlg.h
@@ -25,8 +25,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef RTP_STREAM_DLG_H_INCLUDED
-#define RTP_STREAM_DLG_H_INCLUDED
+#ifndef __RTP_STREAM_DLG_H__
+#define __RTP_STREAM_DLG_H__
#include <gtk/gtk.h>
@@ -48,4 +48,4 @@ void rtpstream_dlg_show(GList *list);
*/
void rtpstream_dlg_update(GList *list);
-#endif /*RTP_STREAM_DLG_H_INCLUDED*/
+#endif /* __RTP_STREAM_DLG_H__ */