Remove redundant struct identifiers.

This commit is contained in:
László Monda
2016-03-03 10:53:42 +01:00
parent fc8c0682d6
commit 39f286ce39
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// Typedefs:
typedef struct _usb_device_composite_struct {
typedef struct {
usb_device_handle deviceHandle;
class_handle_t mouseHandle;
class_handle_t keyboardHandle;