summaryrefslogtreecommitdiff
path: root/gtk/rtp_player.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-04 23:23:16 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-04 23:23:16 +0000
commitbec84221026d70b6efc88f05d04eb7332f123592 (patch)
tree06401ca54c5b4247f5c8ccd296d33b84f66d495e /gtk/rtp_player.c
parentadd86b5f3cc0837aa69a6455e4a49b8d1bb18e68 (diff)
downloadwireshark-bec84221026d70b6efc88f05d04eb7332f123592.tar.gz
Comment #endifs so you can tell what they match.
svn path=/trunk/; revision=19144
Diffstat (limited to 'gtk/rtp_player.c')
-rw-r--r--gtk/rtp_player.c4
1 files 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 */