1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-13 16:19:44 +03:00

Added missing extern C closing brace

Fixes: commit 97b64779a4
This commit is contained in:
Niall Leonard 2023-07-28 13:10:36 +01:00 committed by Paul Wise
parent 721e3a1cbd
commit adc45af4fb
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3

View file

@ -48,4 +48,9 @@ union usbg_f_printer_attr_val {
#define USBG_F_PRINTER_INT_TO_ATTR_VAL(WHAT) \
USBG_TO_UNION(usbg_f_printer_attr_val, qmult, WHAT)
#ifdef __cplusplus
}
#endif
#endif /* USBG_FUNCTION_PRINTER__ */