From 5c2a69288cc1b02ae450c14d0b2a618a4dbb366f Mon Sep 17 00:00:00 2001 From: lucianom Date: Tue, 19 May 2020 15:26:27 +0100 Subject: [PATCH] Add missing bracket --- lib_xua/api/xua_endpoint0.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib_xua/api/xua_endpoint0.h b/lib_xua/api/xua_endpoint0.h index 2cebd564..41281115 100644 --- a/lib_xua/api/xua_endpoint0.h +++ b/lib_xua/api/xua_endpoint0.h @@ -87,7 +87,7 @@ void XUA_Endpoint0_setBcdDevice(unsigned short bcdDevice); #ifdef __XC__ char * unsafe XUA_Endpoint0_getVendorStr(); #else -char * XUA_Endpoint0_getVendorStr(; +char * XUA_Endpoint0_getVendorStr(); #endif /** Function to get the Product string @@ -97,7 +97,7 @@ char * XUA_Endpoint0_getVendorStr(; #ifdef __XC__ char * unsafe XUA_Endpoint0_getProductStr(); #else -char * XUA_Endpoint0_getProductStr(; +char * XUA_Endpoint0_getProductStr(); #endif /** Function to get the Serial Number string @@ -107,7 +107,7 @@ char * XUA_Endpoint0_getProductStr(; #ifdef __XC__ char * unsafe XUA_Endpoint0_getSerialStr(); #else -char * XUA_Endpoint0_getSerialStr(; +char * XUA_Endpoint0_getSerialStr(); #endif /** Function to get the Vendor ID