From d6b97a6497bf08a6caccfdb9d4980f197295ed9e Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 16 May 2018 03:17:37 +0000 Subject: [PATCH] Attempt to fix build by removing EOF backslash-newline GCC complains: In file included from .../sys/dev/usb/input/uhid.c:77: .../usb_rdesc.h:280:37: error: backslash-newline at end of file --- sys/dev/usb/input/usb_rdesc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/input/usb_rdesc.h b/sys/dev/usb/input/usb_rdesc.h index d06ef6b63ff..889381e82c1 100644 --- a/sys/dev/usb/input/usb_rdesc.h +++ b/sys/dev/usb/input/usb_rdesc.h @@ -303,4 +303,4 @@ 0x95, 0x0A, /* Report Count (10), */\ 0x81, 0x01, /* Input (Constant), */\ 0xC0, /* End Collection, */\ - 0xC0 /* End Collection */\ + 0xC0 /* End Collection */