From 1696455a6f75e1691a99a2a928b87c9642dcf7e0 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 2 Sep 2020 01:36:56 +0530 Subject: [PATCH] Ad instruction on reserved bitfield --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index eb935a63..adb5fcaa 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -315,7 +315,7 @@ typedef struct { uint oldcolor : 1; /* Use older colorscheme */ uint stayonsel : 1; /* Disable auto-proceed on select */ uint dirctx : 1; /* Show dirs in context color */ - uint reserved : 12; + uint reserved : 12; /* Adjust when adding/removing a field */ } runstate; /* Contexts or workspaces */