From 0f56d68e5ceadefdfdaa3378fa4d4d89cee2fae2 Mon Sep 17 00:00:00 2001
From: Zilog80 <rs1729@users.noreply.github.com>
Date: Wed, 20 Jan 2016 13:19:34 +0100
Subject: [PATCH] ecc: error correction

---
 ecc/ecc-rs_vaisala.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecc/ecc-rs_vaisala.c b/ecc/ecc-rs_vaisala.c
index a701628..443fa44 100644
--- a/ecc/ecc-rs_vaisala.c
+++ b/ecc/ecc-rs_vaisala.c
@@ -13,7 +13,7 @@
 
 const unsigned char
   header_rs92sgp[] = { 0x2a, 0x2a, 0x2a, 0x2a, 0x2a, 0x10},
-  //header_rs92bgp[], header_rs92bgpx[]
+  //header_rs92bgp[], header_rs92bgpx[],
   header_rs41x[]   = { 0x86, 0x35, 0xf4, 0x40, 0x93, 0xdf, 0x1a, 0x60},
   header_rs41[]    = { 0x10, 0xB6, 0xCA, 0x11, 0x22, 0x96, 0x12, 0xF8};