[aravis] gvsp: fix error packet type value.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] gvsp: fix error packet type value.
- Date: Thu, 19 May 2011 20:36:53 +0000 (UTC)
commit e2fa0888e572c41115f2d403e1fe32db698399d3
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Thu May 19 22:21:35 2011 +0200
gvsp: fix error packet type value.
src/arvgvsp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/arvgvsp.h b/src/arvgvsp.h
index f0c8d83..ac23871 100644
--- a/src/arvgvsp.h
+++ b/src/arvgvsp.h
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
typedef enum {
ARV_GVSP_PACKET_TYPE_OK = 0x0000,
- ARV_GVSP_PACKET_TYPE_ERROR = 0x80c0
+ ARV_GVSP_PACKET_TYPE_ERROR = 0x800c
} ArvGvspPacketType;
typedef enum {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]