aboutsummaryrefslogtreecommitdiff
path: root/redist/jsmntest.c
diff options
context:
space:
mode:
Diffstat (limited to 'redist/jsmntest.c')
-rw-r--r--redist/jsmntest.c2
1 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 );