aboutsummaryrefslogtreecommitdiff
path: root/src/ispeek.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ispeek.c')
-rw-r--r--src/ispeek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ispeek.c b/src/ispeek.c
index 9e4f8e3..82837c6 100644
--- a/src/ispeek.c
+++ b/src/ispeek.c
@@ -146,7 +146,7 @@ print_file(const char *path, struct closure *cl)
die(EX_DATAERR, "%s: %s", str, json_err_diag);
}
- while (key = *argv++) {
+ while ((key = *argv++)) {
struct json_value *p;
char *s;

Return to:

Send suggestions and report system problems to the System administrator.