mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-13 13:25:59 +00:00
Remove some extra semicolons
This commit is contained in:

committed by
Ozkan Sezer

parent
345cae361d
commit
457d0edeaf
@@ -250,7 +250,7 @@ static int get_usage(uint8_t *report_descriptor, size_t size,
|
||||
/* Can't ever happen since size_code is & 0x3 */
|
||||
data_len = 0;
|
||||
break;
|
||||
};
|
||||
}
|
||||
key_size = 1;
|
||||
}
|
||||
|
||||
|
@@ -252,7 +252,7 @@ static int get_hid_item_size(const __u8 *report_descriptor, __u32 size, unsigned
|
||||
*data_len = 0;
|
||||
*key_size = 0;
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
/* malformed report */
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user