From 4267a511b4e53168a72e832002cf771c12494c56 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Fri, 10 Jul 2020 14:29:45 +0200
Subject: [PATCH] fixed typo in the manual merge of the autostart option

---
 protocols.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
-- 
2.45.2