diff options
| author | Davide Gerhard <[email protected]> | 2024-06-27 21:30:16 +0200 |
|---|---|---|
| committer | Davide Gerhard <[email protected]> | 2024-06-27 21:30:16 +0200 |
| commit | 85e1f423bf67776bf2c7113f3f287297f6e81404 (patch) | |
| tree | cad88ae485bc05e7913e7e066b2a22402ceb0024 /src/typec | |
| parent | 13dedddd1963e67251f75b3e3ebd654d74d8aa56 (diff) | |
remove double semicolon since ISO C not allow it
ISO C does not allow extra ';' outside of a function [-Werror=pedantic]
Diffstat (limited to 'src/typec')
| -rw-r--r-- | src/typec/tcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typec/tcd.h b/src/typec/tcd.h index 86499c951..bcbdab8ed 100644 --- a/src/typec/tcd.h +++ b/src/typec/tcd.h @@ -63,7 +63,7 @@ typedef struct TU_ATTR_PACKED { } xfer_complete; }; -} tcd_event_t;; +} tcd_event_t; //--------------------------------------------------------------------+ // |
