From e10a652b4b74e1c7d5f0e5ecd512094425cee5c8 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 6 Jan 2016 10:20:24 +0100 Subject: [PATCH] Examples: fix typo in Nathan Hjelm email --- examples/hotplugtest.c | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hotplugtest.c b/examples/hotplugtest.c index 851915e..d2c1468 100644 --- a/examples/hotplugtest.c +++ b/examples/hotplugtest.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */ /* * libusb example program for hotplug API - * Copyright © 2012-2013 Nathan Hjelm + * Copyright © 2012-2013 Nathan Hjelm * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libusb/version_nano.h b/libusb/version_nano.h index fd06e1e..989a9a4 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11021 +#define LIBUSB_NANO 11022 -- 2.7.4