From bec84221026d70b6efc88f05d04eb7332f123592 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 4 Sep 2006 23:23:16 +0000 Subject: [PATCH] Comment #endifs so you can tell what they match. svn path=/trunk/; revision=19144 --- gtk/rtp_player.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/rtp_player.c b/gtk/rtp_player.c index f4ca29d1bc..fc010124e3 100644 --- a/gtk/rtp_player.c +++ b/gtk/rtp_player.c @@ -1836,6 +1836,6 @@ rtp_player_init(voip_calls_tapinfo_t *voip_calls_tap) } -#endif +#endif /* GTK_MAJOR_VERSION >= 2 */ -#endif +#endif /* HAVE_LIBPORTAUDIO */