From 8c0694901b1f8078ae0ea06dcb6932e64cb389e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 20 Mar 2016 11:42:10 +0100 Subject: [PATCH] Fix JSON. --- model/uhk-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/uhk-config.json b/model/uhk-config.json index 0dd1344c..b91413a4 100644 --- a/model/uhk-config.json +++ b/model/uhk-config.json @@ -1,6 +1,6 @@ { - "signature": "UHK" - "prologue": 1234678 + "signature": "UHK", + "prologue": 1234678, "hardwareId": 0, "brandId": 0, "dataModelVersion": 0,