Skip to content
Snippets Groups Projects
Commit cedc1139 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add missing semi-colon.

parent 1b27978a
Branches
Tags
1 merge request!455Update branch with changes from master
...@@ -70,7 +70,7 @@ typedef struct sftp_tx_pkt { ...@@ -70,7 +70,7 @@ typedef struct sftp_tx_pkt {
uint8_t data[]; uint8_t data[];
}; };
uint8_t tdata[]; uint8_t tdata[];
} };
} *sftp_tx_pkt_t; } *sftp_tx_pkt_t;
typedef struct sftp_rx_pkt { typedef struct sftp_rx_pkt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment