From: c vw Date: Fri, 10 Jul 2020 12:29:45 +0000 (+0200) Subject: fixed typo in the manual merge of the autostart option X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/FOOURL?a=commitdiff_plain;h=4267a511b4e53168a72e832002cf771c12494c56;p=pihpsdr.git fixed typo in the manual merge of the autostart option --- diff --git a/protocols.h b/protocols.h index 2034b11..424d957 100644 --- a/protocols.h +++ b/protocols.h @@ -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();