From 7e307bc2ffec54a301aeffd6caf4794e4c6034e7 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 11 Feb 2021 21:04:37 +0530 Subject: [PATCH] Fix alignment --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index ed5f537a..e8b98de9 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -327,7 +327,7 @@ typedef struct { uint_t runctx : 3; /* The context in which plugin is to be run */ uint_t selmode : 1; /* Set when selecting files */ uint_t oldcolor : 1; /* Use older colorscheme */ - uint_t stayonsel : 1; /* Disable auto-proceed on select */ + uint_t stayonsel : 1; /* Disable auto-proceed on select */ uint_t dirctx : 1; /* Show dirs in context color */ uint_t uidgid : 1; /* Show owner and group info */ uint_t reserved : 9; /* Adjust when adding/removing a field */