aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2016-12-10 21:38:14 -0500
committerCharles Lohr <lohr85@gmail.com>2016-12-10 21:38:14 -0500
commit9d57f269416a00b9b4cc04d5e5d58550d41a9f6a (patch)
treeca7d1931c2b9e44a8d471f97dfc7fd094ca03b43 /redist
parent0b602f523e2a759848b67c8177ff8070feb39ec1 (diff)
downloadlibsurvive-9d57f269416a00b9b4cc04d5e5d58550d41a9f6a.tar.gz
libsurvive-9d57f269416a00b9b4cc04d5e5d58550d41a9f6a.tar.bz2
rename to .json extension
Diffstat (limited to 'redist')
-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