From 6da5b2615ee77a3903e2b5d4ef1a7617244d1ae7 Mon Sep 17 00:00:00 2001 From: Brian Tarricone Date: Tue, 12 Aug 2008 08:54:15 +0000 Subject: 2008-08-12 Brian Tarricone * thunar-volman/*.h: Remove semicolons after G_BEGIN_DECLS/G_END_DECLS macros; they'd be harmful if compiled with a C++ compiler. Patch from Colin Leroy. Bug #3349. (Old svn revision: 5215) --- thunar-volman/tvm-input-device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thunar-volman/tvm-input-device.h') diff --git a/thunar-volman/tvm-input-device.h b/thunar-volman/tvm-input-device.h index 19a35fe..211b9ac 100644 --- a/thunar-volman/tvm-input-device.h +++ b/thunar-volman/tvm-input-device.h @@ -22,7 +22,7 @@ #include -G_BEGIN_DECLS; +G_BEGIN_DECLS gboolean tvm_input_device_added (TvmPreferences *preferences, LibHalContext *context, @@ -30,6 +30,6 @@ gboolean tvm_input_device_added (TvmPreferences *preferences, const gchar *capability, GError **error) G_GNUC_INTERNAL; -G_END_DECLS; +G_END_DECLS #endif /* !__TVM_INPUT_DEVICE_H__ */ -- cgit v1.2.1