From bc69876a82c72a88d9c2b6e964664e35642f977d Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Thu, 14 Dec 2017 17:58:40 +0700
Subject: [PATCH] missing semi colon

---
 gentong.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gentong.js b/gentong.js
index 220c79c..0327035 100644
--- a/gentong.js
+++ b/gentong.js
@@ -159,7 +159,7 @@ function parseSN(message, _config) {
 
     var match_index = 0;
     if (_config.h2h_out.sn_match_index) {
-        match_index = Number(_config.h2h_out.sn_match_index)
+        match_index = Number(_config.h2h_out.sn_match_index);
     }
 
     var sn = sn_match[match_index];
-- 
1.9.0