From: Jo-Philipp Wich Date: Wed, 18 Jun 2014 09:33:41 +0000 (+0200) Subject: cli: minor whitespace fix X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fjsonpath.git;a=commitdiff_plain;h=c0e1d4495a8afe51cc1900269d6a6fcf0b51a761 cli: minor whitespace fix Signed-off-by: Jo-Philipp Wich --- 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; }