projects
/
project
/
jsonpath.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f383013
)
cli: minor whitespace fix
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 18 Jun 2014 09:33:41 +0000
(11:33 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 18 Jun 2014 09:33:41 +0000
(11:33 +0200)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index ebd52c0cecf0cbb5542cb52ce20a43ec9d6bd150..3166746fd985e58623265d8fcafd6041c84b29b8 100644
(file)
--- 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;
}