Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add missing semicolon.
details: https://anonhg.NetBSD.org/src/rev/762f1f5e7488
branches: trunk
changeset: 760061:762f1f5e7488
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Dec 25 15:27:08 2010 +0000
description:
Add missing semicolon.
diffstat:
sys/dev/usb/usb.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8f5771990667 -r 762f1f5e7488 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Sat Dec 25 15:26:32 2010 +0000
+++ b/sys/dev/usb/usb.h Sat Dec 25 15:27:08 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.h,v 1.89 2010/12/25 14:06:14 jmcneill Exp $ */
+/* $NetBSD: usb.h,v 1.90 2010/12/25 15:27:08 wiz Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */
/*
@@ -282,7 +282,7 @@
uByte bFunctionClass;
uByte bFunctionSubClass;
uByte bFunctionProtocol;
- uByte iFunction
+ uByte iFunction;
} UPACKED usb_interface_assoc_descriptor_t;
#define USB_INTERFACE_ASSOC_DESCRIPTOR_SIZE 8
Home |
Main Index |
Thread Index |
Old Index