aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsync.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-20 12:04:11 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-20 12:04:11 +0000
commit89034c6b1d694bca0e0a9290ec1a7acd139a19f2 (patch)
tree4c152a92c1c7bf6b35b07739e72ae648f254c93e /packet-rsync.c
parent92313bafb64978c0f5fdf2bfd0c5120eed21000a (diff)
Move packet-rsync.c into alphabetically correct posision in Makefile.*
Remove comma after last element in enum. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7176 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rsync.c')
-rw-r--r--packet-rsync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rsync.c b/packet-rsync.c
index 3d54b13e77..c669ad0463 100644
--- a/packet-rsync.c
+++ b/packet-rsync.c
@@ -3,7 +3,7 @@
* [ very rough, but mininally functional ]
* Copyright 2003, Brad Hards <bradh@frogmouth.net>
*
- * $Id: packet-rsync.c,v 1.1 2003/02/18 21:47:56 guy Exp $
+ * $Id: packet-rsync.c,v 1.2 2003/02/20 12:04:11 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -50,7 +50,7 @@ typedef enum _rsync_state {
RSYNC_SERV_RESPONSE = 4,
RSYNC_COMMAND = 5,
RSYNC_SERV_MOTD = 6,
- RSYNC_DATA = 7,
+ RSYNC_DATA = 7
} rsync_state_t;
static gboolean rsync_desegment = TRUE;