From: Arun Prakash Jana Date: Tue, 1 Sep 2020 20:06:56 +0000 (+0530) Subject: Ad instruction on reserved bitfield X-Git-Tag: v3.5~75 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1696455a6f75e1691a99a2a928b87c9642dcf7e0;p=nnn.git Ad instruction on reserved bitfield --- 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 */