summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-03 16:40:31 +0200
committerAlon Levy <alevy@redhat.com>2011-02-03 16:40:31 +0200
commitc36f20b20e9bf40db4a7a2c996c570c6a0a44676 (patch)
tree65d18c246968c8858ce200e0fc99c72b567df7f4
parent16d5b0dd67454597d16793fdc63e46d1fc2d4604 (diff)
vscard_common: fix message type enum
-rw-r--r--vscard_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vscard_common.h b/vscard_common.h
index 1a4afd7..c017274 100644
--- a/vscard_common.h
+++ b/vscard_common.h
@@ -46,7 +46,7 @@
#define VSCARD_MINIMAL_READER_ID 0
typedef enum {
- VSC_Init,
+ VSC_Init=1,
VSC_Error,
VSC_ReaderAdd,
VSC_ReaderAddResponse,