summaryrefslogtreecommitdiffstats
path: root/cmd-show-messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-show-messages.c')
-rw-r--r--cmd-show-messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-messages.c b/cmd-show-messages.c
index e0b72b9a..559c36df 100644
--- a/cmd-show-messages.c
+++ b/cmd-show-messages.c
@@ -76,7 +76,7 @@ cmd_show_messages_jobs(struct cmdq_item *item, int blank)
u_int n;
n = 0;
- LIST_FOREACH(job, &all_jobs, lentry) {
+ LIST_FOREACH(job, &all_jobs, entry) {
if (blank) {
cmdq_print(item, "%s", "");
blank = 0;