remove double semicolon since ISO C not allow it
ISO C does not allow extra ';' outside of a function [-Werror=pedantic]
This commit is contained in:
@@ -63,7 +63,7 @@ typedef struct TU_ATTR_PACKED {
|
||||
} xfer_complete;
|
||||
};
|
||||
|
||||
} tcd_event_t;;
|
||||
} tcd_event_t;
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user