From 5534635febe13cb2d60e938b537766ac2619b7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Tue, 15 Jul 2014 12:54:01 +0200 Subject: [PATCH] Fixed case of jsmn.cpp (issue #6) --- JsonParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsonParser.cpp b/JsonParser.cpp index 718acdd9..cb90a1b7 100644 --- a/JsonParser.cpp +++ b/JsonParser.cpp @@ -8,4 +8,4 @@ #include "JsonParser/JsonArray.cpp" #include "JsonParser/JsonHashTable.cpp" #include "JsonParser/JsonObjectBase.cpp" -#include "JsonParser/Jsmn.cpp" \ No newline at end of file +#include "JsonParser/jsmn.cpp" \ No newline at end of file