aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.c')
-rw-r--r--pseudo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudo.c b/pseudo.c
index eb5400f..7e2b3fe 100644
--- a/pseudo.c
+++ b/pseudo.c
@@ -267,7 +267,7 @@ main(int argc, char *argv[]) {
int
pseudo_op(pseudo_msg_t *msg, const char *tag) {
pseudo_msg_t msg_header;
- pseudo_msg_t by_path = { 0 }, by_ino = { 0 };
+ pseudo_msg_t by_path = { .op = 0 }, by_ino = { .op = 0 };
pseudo_msg_t db_header;
char *path_by_ino = 0;
char *oldpath = 0;