src/nnn.c | 2 +- diff --git a/src/nnn.c b/src/nnn.c index eb935a6320dd5376b4fab64c4638265328f8f7d4..adb5fcaa824334a33afddcdc9ca916430119b8d0 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -315,7 +315,7 @@ uint selmode : 1; /* Set when selecting files */ 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 */