Fix cppcheck warning in kpa.h

This commit is contained in:
Michael Black 2019-12-24 23:17:52 -06:00
parent 310d7efe0d
commit c5a6dccc27
No known key found for this signature in database
GPG Key ID: 6599353EC683404D

View File

@ -47,7 +47,7 @@ struct kpa_priv_data
int kpa_init(AMP *amp);
int kpa_reset(AMP *amp, amp_reset_t reset);
int kpa_flush_buffer(AMP *amp);
int kpa_transaction(AMP *amp, const char *cmd, char *reponse, int reponse_len);
int kpa_transaction(AMP *amp, const char *cmd, char *response, int response_len);
const char *kpa_get_info (AMP *amp);
int kpa_get_freq (AMP *amp, freq_t *freq);
int kpa_set_freq (AMP *amp, freq_t freq);