[aravis] gv_device: move misplaced comment.



commit 5d612b617c9c4ece7dd6e6af8435cb950c0b10eb
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Fri May 6 10:32:54 2011 +0200

    gv_device: move misplaced comment.

 src/arvgvdevice.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/arvgvdevice.c b/src/arvgvdevice.c
index 93bfb53..0e57ef5 100644
--- a/src/arvgvdevice.c
+++ b/src/arvgvdevice.c
@@ -37,6 +37,8 @@
 static GObjectClass *parent_class = NULL;
 static GRegex *arv_gv_device_url_regex = NULL;
 
+/* Shared data (main thread - heartbeat) */
+
 typedef struct {
 	GMutex *mutex;
 
@@ -68,8 +70,6 @@ struct _ArvGvDevicePrivate {
 	size_t genicam_xml_size;
 };
 
-/* Shared data (main thread - heartbeat) */
-
 static gboolean
 _read_memory (ArvGvDeviceIOData *io_data, guint32 address, guint32 size, void *buffer)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]