cli: minor whitespace fix
[project/jsonpath.git] / main.c
diff --git a/main.c b/main.c
index ebd52c0..3166746 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;
        }