1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00

Fix clang-tidy readability-inconsistent-declaration-parameter-name check

This commit is contained in:
Carles Fernandez 2020-02-27 08:19:24 +01:00
parent c470d43432
commit f275091ba4
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -199,7 +199,7 @@ void strsum(stream_t *stream, int *inb, int *inr, int *outb, int *outr);
void strsetopt(const int *opt);
void strsettimeout(stream_t *stream, int toinact, int tirecon);
void strsettimeout(stream_t *stream, int inactive_timeout, int tirecon);
void strsetdir(const char *dir);