Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/btpand no trailing comma on enum



details:   https://anonhg.NetBSD.org/src/rev/f7a91a97cf64
branches:  trunk
changeset: 782064:f7a91a97cf64
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sun Oct 14 08:35:45 2012 +0000

description:
no trailing comma on enum

diffstat:

 usr.sbin/btpand/btpand.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4e683c47b537 -r f7a91a97cf64 usr.sbin/btpand/btpand.h
--- a/usr.sbin/btpand/btpand.h  Sun Oct 14 08:31:35 2012 +0000
+++ b/usr.sbin/btpand/btpand.h  Sun Oct 14 08:35:45 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: btpand.h,v 1.3 2009/05/12 21:50:38 plunky Exp $        */
+/*     $NetBSD: btpand.h,v 1.4 2012/10/14 08:35:45 plunky Exp $        */
 
 /*-
  * Copyright (c) 2008-2009 Iain Hibbert
@@ -56,7 +56,7 @@
        CHANNEL_CLOSED,
        CHANNEL_WAIT_CONNECT_REQ,
        CHANNEL_WAIT_CONNECT_RSP,
-       CHANNEL_OPEN,
+       CHANNEL_OPEN
 };
 
 #define CHANNEL_MAXQLEN                128



Home | Main Index | Thread Index | Old Index