From 13c4434e9f89c5ce6e5392e42aee2d6cc710ebad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 20 Feb 2003 12:04:11 +0000 Subject: Move packet-rsync.c into alphabetically correct posision in Makefile.* Remove comma after last element in enum. svn path=/trunk/; revision=7176 --- packet-rsync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-rsync.c') 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 * - * $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 @@ -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; -- cgit v1.2.3