aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsync.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-02-20 12:04:11 +0000
committerJörg Mayer <jmayer@loplof.de>2003-02-20 12:04:11 +0000
commit13c4434e9f89c5ce6e5392e42aee2d6cc710ebad (patch)
tree4c152a92c1c7bf6b35b07739e72ae648f254c93e /packet-rsync.c
parentdd22e794c3bc6964cdf70cce6b38756826a09d13 (diff)
Move packet-rsync.c into alphabetically correct posision in Makefile.*
Remove comma after last element in enum. svn path=/trunk/; revision=7176
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;