Skip to content

Commit

Permalink
rtl_ais built-in aisdecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiardini committed Jul 3, 2015
1 parent d256988 commit f517bd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ais/rtl_ais.c
Expand Up @@ -743,7 +743,7 @@ int main(int argc, char **argv)
}
}
/* Set the tuner gain */
if if (gain == AUTO_GAIN) {
if (gain == AUTO_GAIN) {
verbose_auto_gain(dev);
} else {
gain = nearest_gain(dev, gain);
Expand Down Expand Up @@ -789,7 +789,6 @@ if if (gain == AUTO_GAIN) {
pthread_mutex_destroy(&ready_m);

if (file != stdout) {
if(file)
fclose(file);
}

Expand Down

0 comments on commit f517bd7

Please sign in to comment.