summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-input-device.h
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-08-12 08:54:15 +0000
committerBrian Tarricone <brian@tarricone.org>2008-08-12 08:54:15 +0000
commit6da5b2615ee77a3903e2b5d4ef1a7617244d1ae7 (patch)
treebde13c0dbbe2ca2d6bc4a617180991a35afd6fed /thunar-volman/tvm-input-device.h
parentbe5a05d07a1c7146a4de118f7cee4b4cd1458011 (diff)
downloadthunar-volman-6da5b2615ee77a3903e2b5d4ef1a7617244d1ae7.tar.gz
2008-08-12 Brian Tarricone <bjt23@cornell.edu>
* 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)
Diffstat (limited to 'thunar-volman/tvm-input-device.h')
-rw-r--r--thunar-volman/tvm-input-device.h4
1 files changed, 2 insertions, 2 deletions
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 <thunar-volman/tvm-device.h>
-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__ */