Introduction
Introduction Statistics Contact Development Disclaimer Help
small white-space / code-style fix - json2tsv - JSON to TSV converter
git clone git://git.codemadness.org/json2tsv
Log
Files
Refs
README
LICENSE
---
commit c91abbebb914af5ddac6f3d1c874a3b403172773
parent 2ba1ec15453197af2ef4fb5cf04157276fa70b67
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 16 Feb 2020 14:53:31 +0100
small white-space / code-style fix
Diffstat:
M json2tsv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/json2tsv.c b/json2tsv.c
@@ -89,7 +89,7 @@ main(int argc, char *argv[])
switch (argv[i][j]) {
case 'n': nflag = 1; break;
case 'r': rflag = 1; break;
- default: usage(argv[0]); break;
+ default: usage(argv[0]); break;
}
}
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.