aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redist/jsmntest.c2
-rw-r--r--redist/test.config.json (renamed from redist/test.config)0
2 files changed, 1 insertions, 1 deletions
diff --git a/redist/jsmntest.c b/redist/jsmntest.c
index 715bd1f..2bef9bf 100644
--- a/redist/jsmntest.c
+++ b/redist/jsmntest.c
@@ -14,7 +14,7 @@ static int jsoneq(const char *json, jsmntok_t *tok, const char *s) {
int main()
{
int i;
- FILE * f = fopen( "test.config", "r" );
+ FILE * f = fopen( "test.config.json", "r" );
fseek( f, 0, SEEK_END );
int len = ftell( f );
fseek( f, 0, SEEK_SET );
diff --git a/redist/test.config b/redist/test.config.json
index 1c3108a..1c3108a 100644
--- a/redist/test.config
+++ b/redist/test.config.json