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
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -70,7 +70,7 @@ typedef struct sftp_tx_pkt {
uint8_t data[];
};
uint8_t tdata[];
}
};
} *sftp_tx_pkt_t;
typedef struct sftp_rx_pkt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment