From: c vw <dl1ycf@darc.de>
Date: Fri, 14 Jan 2022 09:51:54 +0000 (+0100)
Subject: Corrected typos
X-Git-Url: https://git.rkrishnan.org/Site/Content/module-simplejson-index.html?a=commitdiff_plain;h=d1ef324e6cf7df4405bdf9faaf6034341f04aa3d;p=pihpsdr.git

Corrected typos
---

diff --git a/radio.h b/radio.h
index f2893ed..8cb2d54 100644
--- a/radio.h
+++ b/radio.h
@@ -134,6 +134,7 @@ extern int atlas_clock_source_10mhz;
 extern int atlas_clock_source_128mhz;
 extern int atlas_config;
 extern int atlas_mic_source;
+extern int atlas_janus;
 
 extern int classE;
 
diff --git a/radio_menu.c b/radio_menu.c
index 7ee3030..12ef5df 100644
--- a/radio_menu.c
+++ b/radio_menu.c
@@ -647,10 +647,13 @@ void radio_menu(GtkWidget *parent) {
     switch (filter_board) {
       case NONE:
 	gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),0);
+	break;
       case ALEX:
 	gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),1);
+	break;
       case APOLLO:
 	gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),2);
+	break;
       case CHARLY25:
 	gtk_combo_box_set_active(GTK_COMBO_BOX(filter_combo),3);
         break;