diff options
-rw-r--r-- | examples/hotplugtest.c | 1 | ||||
-rw-r--r-- | libusb/core.c | 1 | ||||
-rw-r--r-- | libusb/descriptor.c | 1 | ||||
-rw-r--r-- | libusb/io.c | 1 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
5 files changed, 5 insertions, 1 deletions
diff --git a/examples/hotplugtest.c b/examples/hotplugtest.c index 6f16827..fef01af 100644 --- a/examples/hotplugtest.c +++ b/examples/hotplugtest.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */ /* * libusb example program for hotplug API * Copyright © 2012-2013 Nathan Hjelm <hjelmn@mac.ccom> diff --git a/libusb/core.c b/libusb/core.c index d1aceb1..93f5060 100644 --- a/libusb/core.c +++ b/libusb/core.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */ /* * Core functions for libusbx * Copyright © 2012-2013 Nathan Hjelm <hjelmn@cs.unm.edu> diff --git a/libusb/descriptor.c b/libusb/descriptor.c index 505fc28..9047352 100644 --- a/libusb/descriptor.c +++ b/libusb/descriptor.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */ /* * USB descriptor handling functions for libusbx * Copyright © 2007 Daniel Drake <dsd@gentoo.org> diff --git a/libusb/io.c b/libusb/io.c index 4495b23..d295cec 100644 --- a/libusb/io.c +++ b/libusb/io.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */ /* * I/O functions for libusbx * Copyright © 2007-2009 Daniel Drake <dsd@gentoo.org> diff --git a/libusb/version_nano.h b/libusb/version_nano.h index be2c3cd..878aac1 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10665 +#define LIBUSB_NANO 10666 |