diff --git a/src/core/actions/table.c b/src/core/actions/table.c index 776dbe6..849ec5e 100644 --- a/src/core/actions/table.c +++ b/src/core/actions/table.c @@ -373,7 +373,7 @@ .name = "previous-field", .type = LIB3270_ACTION_TYPE_NAVIGATION, - .keys = "ISO_Left_Tab", + .keys = "ISO_Left_Tab", .icon = "go-previous", .label = NULL, .summary = N_( "Tab backward to previous field." ), -- libgit2 0.21.2