From 9d57f269416a00b9b4cc04d5e5d58550d41a9f6a Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Sat, 10 Dec 2016 21:38:14 -0500 Subject: rename to .json extension --- redist/jsmntest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redist/jsmntest.c') 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 ); -- cgit v1.2.3