summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-06-18 11:33:41 +0200
committerJo-Philipp Wich <jow@openwrt.org>2014-06-18 11:33:41 +0200
commitc0e1d4495a8afe51cc1900269d6a6fcf0b51a761 (patch)
tree82c050849e4a6bad4be83db693e68b97ac4d43f5
parentf3830138661374ca10fe6a0b6f2f4b949dea3e5c (diff)
downloadjsonpath-c0e1d4495a8afe51cc1900269d6a6fcf0b51a761.tar.gz
cli: minor whitespace fix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ebd52c0..3166746 100644
--- a/main.c
+++ b/main.c
@@ -265,7 +265,7 @@ filter_json(int opt, struct json_object *jsobj, char *expr)
{
fprintf(stderr, "Syntax error near {%s}: %s\n",
state ? expr + state->erroff : expr,
- state ? state->error : "Out of memory");
+ state ? state->error : "Out of memory");
goto out;
}