[0.11] gstreamer: tests: refix the tests (missing #endif)
Wim Taymans
wtay at kemper.freedesktop.org
Fri Mar 4 07:18:47 PST 2011
Module: gstreamer
Branch: 0.11
Commit: b3f0d98964c22bd588a0ff8bc4b584282a242d64
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=b3f0d98964c22bd588a0ff8bc4b584282a242d64
Author: Stefan Kost <ensonic at users.sf.net>
Date: Thu Feb 24 16:20:01 2011 +0200
tests: refix the tests (missing #endif)
---
tests/check/gst/gstabi.c | 1 +
tests/check/libs/libsabi.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/check/gst/gstabi.c b/tests/check/gst/gstabi.c
index 1244b96..fffe062 100644
--- a/tests/check/gst/gstabi.c
+++ b/tests/check/gst/gstabi.c
@@ -59,6 +59,7 @@
#endif
#endif
#endif
+#endif
GST_START_TEST (test_ABI)
{
diff --git a/tests/check/libs/libsabi.c b/tests/check/libs/libsabi.c
index 530d47a..b90a82c 100644
--- a/tests/check/libs/libsabi.c
+++ b/tests/check/libs/libsabi.c
@@ -72,6 +72,7 @@
#endif
#endif
#endif
+#endif
GST_START_TEST (test_ABI)
{
More information about the gstreamer-commits
mailing list