]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed typo
authorJohn Melton G0ORX <john.d.melton@googlemail.com>
Mon, 7 Oct 2019 09:04:55 +0000 (10:04 +0100)
committerJohn Melton G0ORX <john.d.melton@googlemail.com>
Mon, 7 Oct 2019 09:04:55 +0000 (10:04 +0100)
ext.c

diff --git a/ext.c b/ext.c
index 93ffaf0c593758661bde701942c259685f151913..0d68f255f8625a99e03c15cd1f62b6c125f92363 100644 (file)
--- a/ext.c
+++ b/ext.c
@@ -186,8 +186,8 @@ int ext_sliders_update(void *data) {
 
 #ifdef PURESIGNAL
 int ext_tx_set_ps(void *data) {
-  if(can_tranmit) {
-    int state=(GPOINTER_TO_INT(data)
+  if(can_transmit) {
+    int state=GPOINTER_TO_INT(data);
     tx_set_ps(transmitter, state);
   }
   return 0;