git: f7cd5c230849 - stable/14 - libusb(3): Fix link in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 May 2025 14:42:28 UTC
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f7cd5c230849730dd03f942d7bf8f2e770643e7a commit f7cd5c230849730dd03f942d7bf8f2e770643e7a Author: Ting-Hsuan Huang <felixhuang07@gmail.com> AuthorDate: 2024-01-12 11:55:00 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-05-14 14:42:13 +0000 libusb(3): Fix link in comment Event: Advanced UNIX Programming Course (Fall’23) at NTHU. Pull Request: https://github.com/freebsd/freebsd-src/pull/1042 (cherry picked from commit 2a3a8eb9fac66183e5af4852bbcb40824629f182) --- lib/libusb/libusb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h index 022b5562a819..732fc9dca1e0 100644 --- a/lib/libusb/libusb.h +++ b/lib/libusb/libusb.h @@ -245,7 +245,7 @@ enum libusb_log_level { /* XXX */ /* libusb_set_debug should take parameters from libusb_log_level * above according to - * http://libusb.sourceforge.net/api-1.0/group__lib.html + * https://libusb.sourceforge.io/api-1.0/group__libusb__lib.html */ enum libusb_debug_level { LIBUSB_DEBUG_NO=0,