cli: minor whitespace fix
[oweals/jsonpath.git] / main.c
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;
        }