[gtk-doc] tests: fix the tests
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] tests: fix the tests
- Date: Wed, 22 Jan 2014 22:12:53 +0000 (UTC)
commit 21a0c5ea974dd5dfc2701e00853d4308be0d51ce
Author: Stefan Sauer <ensonic users sf net>
Date: Wed Jan 22 23:12:16 2014 +0100
tests: fix the tests
The void probably did ended up on the wrong line by mistake.
tests/bugs/src/tester.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/bugs/src/tester.h b/tests/bugs/src/tester.h
index b4efb99..7201205 100644
--- a/tests/bugs/src/tester.h
+++ b/tests/bugs/src/tester.h
@@ -484,8 +484,8 @@ GLIB_DEPRECATED
void bug_624001e (void);
#define BUG_711598_DEPRECATED_FOR(f) G_GNUC_DEPRECATED_FOR(f)
-BUG_711598_DEPRECATED_FOR(bug_711598b) void
-bug_711598(void);
+BUG_711598_DEPRECATED_FOR(bug_711598b)
+void bug_711598(void);
#ifdef GTKDOC_DISABLE_DEPRECATED
void deprecation_notice(void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]