]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed typo in the manual merge of the autostart option
authorc vw <dl1ycf@darc.de>
Fri, 10 Jul 2020 12:29:45 +0000 (14:29 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 10 Jul 2020 12:29:45 +0000 (14:29 +0200)
protocols.h

index 2034b1197e0a826cdf136d56df78668820db88ae..424d957b4b440a82d9160c4e6791eccb3f361cba 100644 (file)
@@ -25,7 +25,7 @@ extern gboolean enable_soapy_protocol;
 #ifdef STEMLAB_DISCOVERY
 extern gboolean enable_stemlab;
 #endif
-extern gboolean autostart
+extern gboolean autostart;
 
 extern void protocols_save_state();
 extern void protocols_restore_state();